parseInputs abstract method
- GamepadState state
Return a list of commands based on the current state of the gamepad.
Implementation
Iterable<Message> parseInputs(GamepadState state);
Return a list of commands based on the current state of the gamepad.
Iterable<Message> parseInputs(GamepadState state);