Annotation Interface OnJoystickDirectionAction


@Retention(RUNTIME) @Target(METHOD) public @interface OnJoystickDirectionAction
Annotates a field that calls a method if a joystick axis is moved into a discrete state from deadzone. Expects to call a method that takes a JoystickAxisType and a JoystickDirectionType parameter; an error will be thrown if this is not the case.

The JoystickAxisType is the axis the action happened on, and the JoystickDirectionType is the direction.

Author:
Matthew Tropiano