sf::Event::JoyButtonEvent Struct Reference

Joystick buttons events parameters (JoyButtonPressed, JoyButtonReleased). More...

#include <Event.hpp>

List of all members.

Public Attributes

unsigned int JoystickId
 Index of the joystick (0 or 1).
unsigned int Button
 Index of the button that has been pressed.

Detailed Description

Joystick buttons events parameters (JoyButtonPressed, JoyButtonReleased).

Definition at line 275 of file Event.hpp.


Member Data Documentation

Index of the button that has been pressed.

Definition at line 278 of file Event.hpp.

Index of the joystick (0 or 1).

Definition at line 277 of file Event.hpp.


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