Annotation Interface OnMouseAxisAction


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

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

Author:
Matthew Tropiano