Package com.avrix.api.client
Class WindowUtils
java.lang.Object
com.avrix.api.client.WindowUtils
A set of tools for managing the game window
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Returns the height of the window.static int
Returns the width of the window.
-
Constructor Details
-
WindowUtils
public WindowUtils()
-
-
Method Details
-
getWindowHeight
public static int getWindowHeight()Returns the height of the window.- Returns:
- The height of the window.
-
getWindowWidth
public static int getWindowWidth()Returns the width of the window.- Returns:
- The width of the window.
-