Loading...
Searching...
No Matches
sf::Event::JoystickButtonReleased Struct Reference

Joystick button released event subtype. More...

#include <D:/private/SFML/SFML/include/SFML/Window/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 released (in range [0 .. Joystick::ButtonCount - 1]).

Detailed Description

Joystick button released event subtype.

Definition at line 227 of file Event.hpp.

Member Data Documentation

◆ button

unsigned int sf::Event::JoystickButtonReleased::button {}

Index of the button that has been released (in range [0 .. Joystick::ButtonCount - 1]).

Definition at line 230 of file Event.hpp.

◆ joystickId

unsigned int sf::Event::JoystickButtonReleased::joystickId {}

Index of the joystick (in range [0 .. Joystick::Count - 1]).

Definition at line 229 of file Event.hpp.


The documentation for this struct was generated from the following file: