Macros | |
#define | _BSD |
Functions | |
void | IN_ClearStates (void) |
void | IN_Init (cbuf_t *cbuf) |
void | IN_Init_Cvars (void) |
void | IN_Move (void) |
void | IN_ProcessEvents (void) |
void | IN_Shutdown (void) |
void | IN_UpdateGrab (cvar_t *var) |
Variables | |
cvar_t * | in_amp |
cvar_t * | in_freelook |
cvar_t * | in_grab |
kbutton_t | in_klook |
kbutton_t | in_mlook |
cvar_t * | in_mouse_amp |
qboolean | in_mouse_avail |
cvar_t * | in_mouse_filter |
cvar_t * | in_mouse_pre_amp |
float | in_mouse_x |
float | in_mouse_y |
cvar_t * | in_pre_amp |
kbutton_t | in_speed |
kbutton_t | in_strafe |
cvar_t * | lookstrafe |
viewdelta_t | viewdelta |
#define _BSD |
void IN_ClearStates | ( | void | ) |
void IN_Init | ( | cbuf_t * | cbuf | ) |
void IN_Init_Cvars | ( | void | ) |
void IN_Move | ( | void | ) |
void IN_ProcessEvents | ( | void | ) |
void IN_Shutdown | ( | void | ) |
void IN_UpdateGrab | ( | cvar_t * | var | ) |
cvar_t* in_amp |
cvar_t* in_freelook |
cvar_t* in_grab |
kbutton_t in_klook |
kbutton_t in_mlook |
cvar_t* in_mouse_amp |
qboolean in_mouse_avail |
cvar_t* in_mouse_filter |
cvar_t* in_mouse_pre_amp |
float in_mouse_x |
float in_mouse_y |
cvar_t* in_pre_amp |
kbutton_t in_speed |
kbutton_t in_strafe |
cvar_t* lookstrafe |
viewdelta_t viewdelta |