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