parseInputs abstract method

Iterable<Message> parseInputs(
  1. GamepadState state
)

Return a list of commands based on the current state of the gamepad.

Implementation

Iterable<Message> parseInputs(GamepadState state);