Joystick axis move event parameters (JoystickMoved)
More...
#include <Event.hpp>
|
int | x |
| New position on the x-axis (in range [-100 .. 100]) More...
|
|
int | y |
| New position on the y-axis (in range [-100 .. 100]) More...
|
|
Joystick axis move event parameters (JoystickMoved)
Definition at line 30 of file Event.hpp.
int cpp3ds::Event::JoystickMoveEvent::x |
New position on the x-axis (in range [-100 .. 100])
Definition at line 31 of file Event.hpp.
int cpp3ds::Event::JoystickMoveEvent::y |
New position on the y-axis (in range [-100 .. 100])
Definition at line 32 of file Event.hpp.
The documentation for this struct was generated from the following file: