#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 | |
Variables from MATLAB (or default) to indicate how to use the joystick (if any)
Definition at line 306 of file Datas.h.
|
|
change R axis direction: -1.0f
Definition at line 316 of file Datas.h. Referenced by get_joystick_parameters(), and pass_joy_parameters(). |
|
|
change X axis direction: -1.0f
Definition at line 313 of file Datas.h. Referenced by get_joystick_parameters(), and pass_joy_parameters(). |
|
|
change Y axis direction: -1.0f
Definition at line 314 of file Datas.h. Referenced by get_joystick_parameters(), and pass_joy_parameters(). |
|
|
change Z axis direction: -1.0f
Definition at line 315 of file Datas.h. Referenced by get_joystick_parameters(), and pass_joy_parameters(). |
|
|
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(). |
|
|
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(). |
|
|
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(). |
|
|
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(). |
1.4.6-NO