El Octavio
1.0
This is a video game about adventures.
|
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]) More... | |
Joystick::Axis | axis |
Axis on which the joystick moved. More... | |
float | position |
New position on the axis (in range [-100 .. 100]) More... | |
Joystick::Axis sf::Event::JoystickMoveEvent::axis |
unsigned int sf::Event::JoystickMoveEvent::joystickId |
Index of the joystick (in range [0 .. Joystick::Count - 1])
float sf::Event::JoystickMoveEvent::position |