Annotation Interface OnJoystickAxisAction


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

The JoystickAxisType is the axis the action happened on, and the double is the amount.

Author:
Matthew Tropiano