sf::Event::JoyMoveEvent Struct Reference

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

#include <Event.hpp>

List of all members.

Public Attributes

unsigned int JoystickId
 Index of the joystick (0 or 1).
Joy::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 (JoyMoved).

Definition at line 263 of file Event.hpp.


Member Data Documentation

Axis on which the joystick moved.

Definition at line 266 of file Event.hpp.

Index of the joystick (0 or 1).

Definition at line 265 of file Event.hpp.

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

Definition at line 267 of file Event.hpp.


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