Joystick axis move event parameters (JoystickMoved). More...
#include <Event.hpp>
Public Attributes | |
unsigned int | JoystickId |
Index of the joystick (in range [0 .. Joystick::Count - 1]). | |
Joystick::Axis | Axis |
Axis on which the joystick moved. | |
float | Position |
New position on the axis (in range [-100 .. 100]). |
Joystick axis move event parameters (JoystickMoved).
Definition at line 126 of file Event.hpp.
unsigned int sf::Event::JoystickMoveEvent::JoystickId |
Index of the joystick (in range [0 .. Joystick::Count - 1]).