Package rosequartz

Interface NativesFX.InputManager

Enclosing class:
NativesFX

public static interface NativesFX.InputManager
  • Method Details

    • getMouseX

      float getMouseX()
    • getMouseY

      float getMouseY()
    • getTouchInputUsed

      boolean getTouchInputUsed()
    • getTouchInputPositionsX

      float[] getTouchInputPositionsX()
    • getTouchInputPositionsY

      float[] getTouchInputPositionsY()
    • getButton

      boolean getButton(MouseButton b)
    • getMouseVisible

      boolean getMouseVisible()
    • setMousePos

      void setMousePos(float x, float y)
    • setMouseVisible

      void setMouseVisible(boolean v)
    • getScrolledX

      float getScrolledX()
    • getScrolledY

      float getScrolledY()
    • setScrolled

      void setScrolled(float x, float y)
    • getKey

      boolean getKey(Key k)
    • startTextInput

      void startTextInput(String value, boolean multiline)
    • getTextInput

      String getTextInput()
    • endTextInput

      void endTextInput()
    • getGamepads

      NativesFX.Gamepad[] getGamepads()
    • getPrimaryGamepad

      NativesFX.Gamepad getPrimaryGamepad()