Data Fields | |
int | down [2] |
unsigned | downtime |
unsigned | msec |
int | state |
Definition at line 82 of file cl_input.c.
int kbutton_t::down[2] |
key nums holding it down
Definition at line 83 of file cl_input.c.
Referenced by IN_KeyDown(), and IN_KeyUp().
unsigned kbutton_t::downtime |
msec timestamp when the key was pressed down
Definition at line 84 of file cl_input.c.
Referenced by IN_KeyDown(), and IN_KeyUp().
unsigned kbutton_t::msec |
downtime for this key in msec (delta between pressed and released)
Definition at line 85 of file cl_input.c.
Referenced by IN_KeyUp().
int kbutton_t::state |
1 if down, 0 if not down
Definition at line 86 of file cl_input.c.
Referenced by CL_GetKeyMouseState(), IN_Frame(), IN_KeyDown(), and IN_KeyUp().