Package com.blackrook.gloop.glfw.input.annotation
package com.blackrook.gloop.glfw.input.annotation
Input system keys.
-
Annotation InterfacesClassDescriptionAnnotates a field that sets if a joystick axis is moved by a certain amount of units.Annotates a field that sets if a joystick button is pressed or not.Annotates a field that sets if a joystick axis is moved into a discrete direction.Annotates a field that sets if a joystick hat is in a position or not.Annotates a field that sets if a key is pressed or not.Annotates a field that sets if a mouse axis is moved by a certain amount of units.Annotates a field that sets if a mouse button is pressed or not.Annotates a field that sets if the mouse's position on an axis changes, reporting the new window-relative position.Annotates a field that sets if a mouse wheel is moved by a certain amount of units.Annotates a field that calls a method if a joystick axis is moved.Annotates a field that calls a method if a joystick button is pressed or released.Annotates a field that calls a method if a joystick axis is moved into a discrete state from deadzone.Annotates a field that calls a method if a joystick hat is moved.Annotates a field that calls a method if a key is pressed or released.Annotates a field that calls a method if a key is typed (or repeated type).Annotates a field that calls a method if a mouse axis is moved.Annotates a field that calls a method if a mouse button is pressed or released.Annotates a field that calls a method if a mouse axis is moved, reporting the new window-relative position.Annotates a field that calls a method if a mouse wheel is moved.