Package rosequartz
Interface NativesFX.Gamepad
- Enclosing class:
- NativesFX
public static interface NativesFX.Gamepad
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetAxis(Gamepad.Axis a)booleangetName()booleanhasAxis(Gamepad.Axis a)booleanboolean
-
Method Details
-
getName
String getName() -
hasButton
-
getButton
-
hasAxis
-
getAxis
-
isConnected
boolean isConnected()
-