joy_parameters Struct Reference

Struct for joystick things. More...

#include <Datas.h>


Data Fields

bool doX
 TRUE: use jostick X-axis, FALSE: use keyboard.
bool doY
 TRUE: use jostick Y-axis, FALSE: use keyboard.
bool doZ
 TRUE: use jostick Z-axis, FALSE: use keyboard.
bool doR
 TRUE: use jostick R-axis, FALSE: use keyboard.
float dirX
 change X axis direction: -1.0f
float dirY
 change Y axis direction: -1.0f
float dirZ
 change Z axis direction: -1.0f
float dirR
 change R axis direction: -1.0f


Detailed Description

Struct for joystick things.

Variables from MATLAB (or default) to indicate how to use the joystick (if any)

Definition at line 306 of file Datas.h.


Field Documentation

float joy_parameters::dirR
 

change R axis direction: -1.0f

Definition at line 316 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().

float joy_parameters::dirX
 

change X axis direction: -1.0f

Definition at line 313 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().

float joy_parameters::dirY
 

change Y axis direction: -1.0f

Definition at line 314 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().

float joy_parameters::dirZ
 

change Z axis direction: -1.0f

Definition at line 315 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().

bool joy_parameters::doR
 

TRUE: use jostick R-axis, FALSE: use keyboard.

Definition at line 311 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().

bool joy_parameters::doX
 

TRUE: use jostick X-axis, FALSE: use keyboard.

Definition at line 308 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().

bool joy_parameters::doY
 

TRUE: use jostick Y-axis, FALSE: use keyboard.

Definition at line 309 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().

bool joy_parameters::doZ
 

TRUE: use jostick Z-axis, FALSE: use keyboard.

Definition at line 310 of file Datas.h.

Referenced by get_joystick_parameters(), and pass_joy_parameters().


The documentation for this struct was generated from the following file:
Generated on Fri Jun 9 19:10:38 2006 for hydroMex3 by  doxygen 1.4.6-NO