Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

width and height of screen java

// Width and Height of Client's screen
int width = Gdx.graphics.getWidth();
int height = Gdx.graphics.getHeight();
Source by alvinalexander.com #
 
PREVIOUS NEXT
Tagged: #width #height #screen #java
ADD COMMENT
Topic
Name
5+7 =