sf::Event::JoystickButtonEvent Struct Reference

Joystick buttons events parameters (JoystickButtonPressed, JoystickButtonReleased). More...

#include <Event.hpp>

List of all members.

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]).

Detailed Description

Joystick buttons events parameters (JoystickButtonPressed, JoystickButtonReleased).

Definition at line 138 of file Event.hpp.


Member Data Documentation

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

Definition at line 141 of file Event.hpp.

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

Definition at line 140 of file Event.hpp.


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