Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

vmdwinjoystick Struct Reference

store low-level Win32 joystick status and config info. More...

#include <Win32Joystick.h>

List of all members.

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...


Detailed Description

store low-level Win32 joystick status and config info.

Definition at line 31 of file Win32Joystick.h.


Member Data Documentation

int vmdwinjoystick::avail
 

is on and available, and returned data.

Definition at line 33 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event.

int vmdwinjoystick::buttonchanged
 

which buttons have changed state.

Definition at line 44 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event.

int vmdwinjoystick::buttons
 

which buttons are down.

Definition at line 43 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event.

JOYCAPS vmdwinjoystick::caps
 

capability structure.

Definition at line 34 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick.

int vmdwinjoystick::exists
 

seems to exist.

Definition at line 32 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick.

JOYINFOEX vmdwinjoystick::info
 

current position information.

Definition at line 35 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event.

int vmdwinjoystick::moveMode
 

current move mode for this stick.

Definition at line 42 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick.

int vmdwinjoystick::vx
 

current x value (processed).

Definition at line 39 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event.

int vmdwinjoystick::vy
 

current y value (processed).

Definition at line 40 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event.

int vmdwinjoystick::vz
 

current z value (processed).

Definition at line 41 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event.

int vmdwinjoystick::xrange
 

x range (max - min).

Definition at line 36 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick.

int vmdwinjoystick::yrange
 

y range (max - min).

Definition at line 37 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick.

int vmdwinjoystick::zrange
 

z range (max - min).

Definition at line 38 of file Win32Joystick.h.

Referenced by Win32Joystick::check_event, and Win32Joystick::Win32Joystick.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 25 02:45:30 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002