Loading...
Searching...
No Matches
sf::Event::JoystickMoveEvent Struct Reference
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]) |
Detailed Description
Member Data Documentation
◆ axis
Joystick::Axis sf::Event::JoystickMoveEvent::axis |
◆ joystickId
unsigned int sf::Event::JoystickMoveEvent::joystickId |
Index of the joystick (in range [0 .. Joystick::Count - 1])
◆ position
float sf::Event::JoystickMoveEvent::position |
The documentation for this struct was generated from the following file: