Annotation Interface InputMouseScroll
Annotates a field that sets if a mouse wheel is moved by a certain amount of units.
Expects to write to a double value; an error will be thrown if this is not the case.
Public fields or methods that are "setters" can be annotated with this.
- Author:
- Matthew Tropiano
-
Required Element Summary
Required Elements
-
Element Details
-
value
MouseScrollType value- Returns:
- the corresponding mouse scroll axis.
-