enum InputXY
Index values for 2D axis inputs from controllers, like thumbsticks. These provide a vec2 with X and Y ranging from -1 to 1.
Enum Values
| LStick | The thumbstick on the left controller. X is left/right, Y is forward/back. |
| Max | Total number of input XY types. |
| RStick | The thumbstick on the right controller. X is left/right, Y is forward/back. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!