Package org.hyperonline.hyperlib.oi
Annotation Type WhileHeld
-
@Retention(RUNTIME) @Target(FIELD) public @interface WhileHeld
Annotation to indicate that a command should run while a button is held.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The number of the button (starting at 1) to bind to
-