Interface GamepadButtonEvent
- All Superinterfaces:
BooleanEvent, DeviceEvent, InputEvent
- All Known Implementing Classes:
InputEvent.GamepadPressed, InputEvent.GamepadReleased
public sealed interface GamepadButtonEvent
extends BooleanEvent
permits InputEvent.GamepadPressed, InputEvent.GamepadReleased
-
Nested Class Summary
Nested classes/interfaces inherited from interface InputEvent
InputEvent.CharTyped, InputEvent.CursorMoved, InputEvent.DeviceConnectionChanged, InputEvent.GamepadAxisMoved, InputEvent.GamepadPressed, InputEvent.GamepadReleased, InputEvent.KeyPressed, InputEvent.KeyReleased, InputEvent.KeyRepeated, InputEvent.MousePressed, InputEvent.MouseReleased, InputEvent.Scrolled -
Method Summary
Methods inherited from interface BooleanEvent
pressedMethods inherited from interface DeviceEvent
deviceMethods inherited from interface InputEvent
time
-
Method Details
-
button
GamepadButton button() -
source
- Specified by:
sourcein interfaceBooleanEvent
-