Annotation Interface OnMousePositionAction


@Retention(RUNTIME) @Target(METHOD) public @interface OnMousePositionAction
Annotates a field that calls a method if a mouse axis is moved, reporting the new window-relative position. 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 position.

Author:
Matthew Tropiano