Interface GamepadInputProperty
- All Superinterfaces:
InputProperty
- All Known Implementing Classes:
GamepadAxesProperty,GamepadAxisProperty,GamepadButtonProperty,GamepadButtonsProperty
-
Field Summary
Fields inherited from interface dev.prozilla.pine.common.property.input.InputProperty
FALLBACK, INPUT_BINDING_SEPARATOR, INPUT_ELEMENT_SEPARATOR -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDown(GamepadInput gamepad) default booleanbooleanisPressed(GamepadInput gamepad) default booleanMethods inherited from interface dev.prozilla.pine.common.property.input.InputProperty
isDownProperty, isPressedProperty, toGamepadAxesProperty, toGamepadAxisProperty, toGamepadButtonProperty, toGamepadButtonsProperty, toKeyboardKeyProperty, toKeyboardKeysProperty, toMouseButtonProperty, toMouseButtonsProperty
-
Method Details
-
isPressed
- Specified by:
isPressedin interfaceInputProperty
-
isPressed
-
isDown
- Specified by:
isDownin interfaceInputProperty
-
isDown
-