Package rosequartz
Interface NativesFX.InputManager
- Enclosing class:
- NativesFX
public static interface NativesFX.InputManager
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleangetButton(MouseButton b)booleanbooleanfloatfloatfloatfloatfloat[]float[]booleanvoidsetMousePos(float x, float y)voidsetMouseVisible(boolean v)voidsetScrolled(float x, float y)voidstartTextInput(String value, boolean multiline)
-
Method Details
-
getMouseX
float getMouseX() -
getMouseY
float getMouseY() -
getTouchInputUsed
boolean getTouchInputUsed() -
getTouchInputPositionsX
float[] getTouchInputPositionsX() -
getTouchInputPositionsY
float[] getTouchInputPositionsY() -
getButton
-
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
-
startTextInput
-
getTextInput
String getTextInput() -
endTextInput
void endTextInput() -
getGamepads
NativesFX.Gamepad[] getGamepads() -
getPrimaryGamepad
NativesFX.Gamepad getPrimaryGamepad()
-