|
SFML
Simple and Fast Multimedia Library
|
Joystick button pressed event subtype. More...
#include <Event.hpp>
Public Attributes | |
| unsigned int | joystickId {} |
| Index of the joystick (in range [0 .. Joystick::Count - 1]). | |
| unsigned int | button {} |
| Index of the button that has been pressed (in range [0 .. Joystick::ButtonCount - 1]). | |
Joystick button pressed event subtype.
| unsigned int sf::Event::JoystickButtonPressed::button {} |
Index of the button that has been pressed (in range [0 .. Joystick::ButtonCount - 1]).
| unsigned int sf::Event::JoystickButtonPressed::joystickId {} |
Index of the joystick (in range [0 .. Joystick::Count - 1]).