Axis Event
enum AxisEvent
An event that may be produced by a gamepad axis input.
The corresponding input has an axis behavior, i.e. it has a position in some range, and, when grabbed, an event is sent each time that position changes, along with the current position value in a [-100, 100] range.
Note that received event values have been transformed by the interpolator currently set on the corresponding axis.
Entries
Link copied to clipboard
Event sent when the horizontal axis on left stick is moved.
Link copied to clipboard
Event sent when the vertical axis on left stick is moved.
Link copied to clipboard
Event sent when the horizontal axis on right stick is moved.
Link copied to clipboard
Event sent when the vertical axis on right stick is moved.
Link copied to clipboard
Event sent when the left slider is moved.
Link copied to clipboard
Event sent when the right slider is moved.