Documentation de SFML 2.0

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

Joystick axis move event parameters (JoystickMoved) More...

#include <Event.hpp>

Public Attributes

unsigned int joystickId
 Index of the joystick (in range [0 .. Joystick::Count - 1])
 
Joystick::Axis axis
 Axis on which the joystick moved.
 
float position
 New position on the axis (in range [-100 .. 100])
 

Detailed Description

Joystick axis move event parameters (JoystickMoved)

Definition at line 126 of file Event.hpp.

Member Data Documentation

Joystick::Axis sf::Event::JoystickMoveEvent::axis

Axis on which the joystick moved.

Definition at line 129 of file Event.hpp.

unsigned int sf::Event::JoystickMoveEvent::joystickId

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

Definition at line 128 of file Event.hpp.

float sf::Event::JoystickMoveEvent::position

New position on the axis (in range [-100 .. 100])

Definition at line 130 of file Event.hpp.


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