#include "client.h"
Go to the source code of this file.
float CL_KeyState | ( | kbutton_t * | key | ) |
Definition at line 66 of file cl_input.c.
Referenced by IN_AttackDown(), IN_BackDown(), IN_DownDown(), IN_ForwardDown(), IN_KLookDown(), IN_LeftDown(), IN_LookdownDown(), IN_LookupDown(), IN_MoveleftDown(), IN_MoverightDown(), IN_RightDown(), IN_SpeedDown(), IN_StrafeDown(), IN_UpDown(), and IN_UseDown().
Definition at line 102 of file cl_input.c.
Referenced by IN_AttackUp(), IN_BackUp(), IN_DownUp(), IN_ForwardUp(), IN_KLookUp(), IN_LeftUp(), IN_LookdownUp(), IN_LookupUp(), IN_MoveleftUp(), IN_MoverightUp(), IN_RightUp(), IN_SpeedUp(), IN_StrafeUp(), IN_UpUp(), and IN_UseUp().
cvar_t* cl_anglespeedkey |
Definition at line 231 of file cl_input.c.
Referenced by CL_AdjustAngles(), and CL_InitLocal().
cvar_t* cl_forwardspeed |
Definition at line 223 of file cl_input.c.
Referenced by CL_BaseMove(), CL_InitLocal(), and IN_JoyMove().
cvar_t* cl_nodelta |
Definition at line 24 of file cl_input.c.
Referenced by CL_InitInput(), and CL_SendCmd().
cvar_t* cl_pitchspeed |
Definition at line 227 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_InitLocal(), and IN_JoyMove().
cvar_t* cl_run |
Definition at line 229 of file cl_input.c.
Referenced by CL_BaseMove(), CL_InitLocal(), ControlsSetMenuItemValues(), and IN_JoyMove().
cvar_t* cl_sidespeed |
Definition at line 224 of file cl_input.c.
Referenced by CL_BaseMove(), CL_InitLocal(), and IN_JoyMove().
cvar_t* cl_upspeed |
Definition at line 222 of file cl_input.c.
Referenced by CL_BaseMove(), CL_InitLocal(), and IN_JoyMove().
cvar_t* cl_yawspeed |
Definition at line 226 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_InitLocal(), and IN_JoyMove().
unsigned frame_msec |
Definition at line 27 of file cl_input.c.
Referenced by CL_CreateCmd(), and CL_KeyState().
kbutton_t in_attack |
Definition at line 60 of file cl_input.c.
Referenced by CL_FinishMove(), IN_AttackDown(), and IN_AttackUp().
kbutton_t in_back |
Definition at line 58 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_BaseMove(), IN_BackDown(), and IN_BackUp().
kbutton_t in_down |
Definition at line 61 of file cl_input.c.
Referenced by CL_BaseMove(), IN_DownDown(), and IN_DownUp().
kbutton_t in_forward |
Definition at line 58 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_BaseMove(), IN_ForwardDown(), and IN_ForwardUp().
int in_impulse |
Definition at line 63 of file cl_input.c.
Referenced by CL_FinishMove(), and IN_Impulse().
kbutton_t in_klook |
Definition at line 57 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_BaseMove(), IN_KLookDown(), and IN_KLookUp().
kbutton_t in_left |
Definition at line 58 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_BaseMove(), IN_LeftDown(), and IN_LeftUp().
kbutton_t in_lookdown |
Definition at line 59 of file cl_input.c.
Referenced by CL_AdjustAngles(), IN_LookdownDown(), and IN_LookdownUp().
kbutton_t in_lookup |
Definition at line 59 of file cl_input.c.
Referenced by CL_AdjustAngles(), IN_LookupDown(), and IN_LookupUp().
kbutton_t in_moveleft |
Definition at line 59 of file cl_input.c.
Referenced by CL_BaseMove(), IN_MoveleftDown(), and IN_MoveleftUp().
kbutton_t in_moveright |
Definition at line 59 of file cl_input.c.
Referenced by CL_BaseMove(), IN_MoverightDown(), and IN_MoverightUp().
kbutton_t in_right |
Definition at line 58 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_BaseMove(), IN_RightDown(), and IN_RightUp().
kbutton_t in_speed |
Definition at line 60 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_BaseMove(), IN_JoyMove(), IN_SpeedDown(), and IN_SpeedUp().
kbutton_t in_strafe |
Definition at line 60 of file cl_input.c.
Referenced by CL_AdjustAngles(), CL_BaseMove(), IN_JoyMove(), IN_MouseMove(), IN_StrafeDown(), and IN_StrafeUp().
kbutton_t in_up |
Definition at line 61 of file cl_input.c.
Referenced by CL_BaseMove(), IN_UpDown(), and IN_UpUp().
kbutton_t in_use |
Definition at line 60 of file cl_input.c.
Referenced by CL_FinishMove(), IN_UseDown(), and IN_UseUp().
unsigned old_sys_frame_time |
Definition at line 28 of file cl_input.c.
Referenced by CL_CreateCmd().
unsigned sys_frame_time |
Definition at line 48 of file sys_win.c.
Referenced by CL_CreateCmd(), CL_KeyState(), KeyDown(), and Sys_SendKeyEvents().