SFML.Net
| JoystickAxis Enumeration |
Axes supported by SFML joysticks
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| X | 0 | The X axis | |
| Y | 1 | The Y axis | |
| Z | 2 | The Z axis | |
| R | 3 | The R axis | |
| U | 4 | The U axis | |
| V | 5 | The V axis | |
| PovX | 6 | The X axis of the point-of-view hat | |
| PovY | 7 | TheY axis of the point-of-view hat |
See Also