#include <Win32Joystick.h>
Public Attributes | |
int | exists |
seems to exist. More... | |
int | avail |
is on and available, and returned data. More... | |
JOYCAPS | caps |
capability structure. More... | |
JOYINFOEX | info |
current position information. More... | |
int | xrange |
x range (max - min). More... | |
int | yrange |
y range (max - min). More... | |
int | zrange |
z range (max - min). More... | |
int | vx |
current x value (processed). More... | |
int | vy |
current y value (processed). More... | |
int | vz |
current z value (processed). More... | |
int | moveMode |
current move mode for this stick. More... | |
int | buttons |
which buttons are down. More... | |
int | buttonchanged |
which buttons have changed state. More... |
Definition at line 31 of file Win32Joystick.h.
|
is on and available, and returned data.
Definition at line 33 of file Win32Joystick.h. Referenced by Win32Joystick::check_event. |
|
which buttons have changed state.
Definition at line 44 of file Win32Joystick.h. Referenced by Win32Joystick::check_event. |
|
which buttons are down.
Definition at line 43 of file Win32Joystick.h. Referenced by Win32Joystick::check_event. |
|
capability structure.
Definition at line 34 of file Win32Joystick.h. Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick. |
|
seems to exist.
Definition at line 32 of file Win32Joystick.h. Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick. |
|
current position information.
Definition at line 35 of file Win32Joystick.h. Referenced by Win32Joystick::check_event. |
|
current move mode for this stick.
Definition at line 42 of file Win32Joystick.h. Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick. |
|
current x value (processed).
Definition at line 39 of file Win32Joystick.h. Referenced by Win32Joystick::check_event. |
|
current y value (processed).
Definition at line 40 of file Win32Joystick.h. Referenced by Win32Joystick::check_event. |
|
current z value (processed).
Definition at line 41 of file Win32Joystick.h. Referenced by Win32Joystick::check_event. |
|
x range (max - min).
Definition at line 36 of file Win32Joystick.h. Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick. |
|
y range (max - min).
Definition at line 37 of file Win32Joystick.h. Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick. |
|
z range (max - min).
Definition at line 38 of file Win32Joystick.h. Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick. |