Documentation de SFML 2.6.0
Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.Loading...
Searching...
No Matches
Joystick axis move event parameters (JoystickMoved) More...
#include <SFML/Window/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 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 |