Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // Tabulator key triggers change from windowed to fullscreen
  2. // The application works fine until that of pressing the tabulator key
  3. if(Gdx.input.isKeyJustPressed(Keys.TAB))
  4. Gdx.graphics.setFullscreenMode(Gdx.graphics.getDisplayMode());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement