![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <vid.h>
Data Fields | |
| float | axis [MAXJOYAXIS] |
| -1 to +1 | |
| unsigned char | button [MAXJOYBUTTON] |
| 0 or 1 | |
| qbool | is360 |
| indicates this joystick is a Microsoft Xbox 360 Controller For Windows | |
| float vid_joystate_t::axis[MAXJOYAXIS] |
-1 to +1
Definition at line 104 of file vid.h.
Referenced by VID_BuildJoyState(), VID_JoyState_GetAxis(), and VID_Shared_BuildJoyState_Begin().
| unsigned char vid_joystate_t::button[MAXJOYBUTTON] |
0 or 1
Definition at line 105 of file vid.h.
Referenced by VID_ApplyJoyState(), VID_BuildJoyState(), VID_JoyBlockEmulatedKeys(), VID_Shared_BuildJoyState_Begin(), and VID_Shared_BuildJoyState_Finish().
| qbool vid_joystate_t::is360 |
indicates this joystick is a Microsoft Xbox 360 Controller For Windows
Definition at line 106 of file vid.h.
Referenced by VID_ApplyJoyState(), VID_Shared_BuildJoyState_Begin(), and VID_Shared_BuildJoyState_Finish().