Class WindowUtils

java.lang.Object
com.avrix.api.client.WindowUtils

public class WindowUtils extends Object
A set of tools for managing the game 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.