Documentation de SFML 2.4.0

Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.
sf::Event::JoystickConnectEvent Struct Reference

Joystick connection events parameters (JoystickConnected, JoystickDisconnected) More...

#include <Event.hpp>

Public Attributes

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

Detailed Description

Joystick connection events parameters (JoystickConnected, JoystickDisconnected)

Definition at line 133 of file Event.hpp.

Member Data Documentation

unsigned int sf::Event::JoystickConnectEvent::joystickId

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

Definition at line 135 of file Event.hpp.


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