public interface JoystickEventListener
Modifier and Type | Method and Description |
---|---|
void |
receiveJoystickEvent(JoystickEvent controllerEvent,
JoystickObserver dispatcher)
Receives an event from the joystick controller and adds it to a
thread-safe queue for retrieval by the Execution object.
|
void receiveJoystickEvent(JoystickEvent controllerEvent, JoystickObserver dispatcher)
controllerEvent
- latest event from joystickdispatcher
- The object sending the event (usually the joystick object)