Functions | |
void | joy_clear_axis (int i) |
void | JOY_Command (void) |
int | JOY_GetAxis_i (int dest, const char *c) |
const char * | JOY_GetDest_c (int i) |
int | JOY_GetDest_i (const char *c) |
const char * | JOY_GetOption_c (int i) |
int | JOY_GetOption_i (const char *c) |
void | JOY_Init (void) |
void | JOY_Init_Cvars (void) |
void | JOY_Move (void) |
void | JOY_Shutdown (void) |
void | Joy_WriteBindings (QFile *f) |
Variables | |
qboolean | joy_active = false |
cvar_t * | joy_amp |
struct joy_axis | joy_axes [JOY_MAX_AXES] |
struct joy_button | joy_buttons [JOY_MAX_BUTTONS] |
cvar_t * | joy_device |
cvar_t * | joy_enable |
qboolean | joy_found = false |
cvar_t * | joy_pre_amp |
js_axis_t | js_angles_names [] |
js_axis_t * | js_axis_names [] |
js_dests_t | js_dests [] |
js_opts_t | js_opts [] |
js_axis_t | js_position_names [] |
void joy_clear_axis | ( | int | i | ) |
void JOY_Command | ( | void | ) |
void JOY_Init | ( | void | ) |
void JOY_Init_Cvars | ( | void | ) |
void JOY_Move | ( | void | ) |
void JOY_Shutdown | ( | void | ) |
void Joy_WriteBindings | ( | QFile * | f | ) |
cvar_t* joy_amp |
struct joy_axis joy_axes[JOY_MAX_AXES] |
struct joy_button joy_buttons[JOY_MAX_BUTTONS] |
cvar_t* joy_device |
cvar_t* joy_enable |
cvar_t* joy_pre_amp |
js_axis_t js_angles_names[] |
js_axis_t* js_axis_names[] |
js_dests_t js_dests[] |
js_opts_t js_opts[] |
js_axis_t js_position_names[] |