A structure containing information on a game controller axis motion event.
More...
#include <Event.hpp>
|
| JoystickID | id |
| | The joystick instance identifier.
|
| int8 | axis |
| | Index of the axis on the device.
|
| int16 | value |
| | The axis value.
|
A structure containing information on a game controller axis motion event.
Definition at line 291 of file Event.hpp.
◆ axis
| int8 nom::GameControllerAxisEvent::axis |
Index of the axis on the device.
- See also
- nom::GameControllerAxis
Definition at line 299 of file Event.hpp.
◆ id
| JoystickID nom::GameControllerAxisEvent::id |
The joystick instance identifier.
Definition at line 294 of file Event.hpp.
◆ value
| int16 nom::GameControllerAxisEvent::value |
The documentation for this struct was generated from the following file:
- /home/jeff/Projects/nomlib.git/include/nomlib/system/Event.hpp