CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

csEventJoystickData Struct Reference
[Event handling]

Joystick event data in iEvent. More...

#include <event.h>

List of all members.

Public Attributes

int number
 Joystick number (1, 2, ...). More...

int x
 Joystick x. More...

int y
 Joystick y. More...

int Button
 Joystick button number. More...

int Modifiers
 Control key state. More...


Detailed Description

Joystick event data in iEvent.

Definition at line 77 of file event.h.


Member Data Documentation

int csEventJoystickData::Button
 

Joystick button number.

Definition at line 86 of file event.h.

int csEventJoystickData::Modifiers
 

Control key state.

Definition at line 88 of file event.h.

int csEventJoystickData::number
 

Joystick number (1, 2, ...).

Definition at line 80 of file event.h.

int csEventJoystickData::x
 

Joystick x.

Definition at line 82 of file event.h.

int csEventJoystickData::y
 

Joystick y.

Definition at line 84 of file event.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14