kbutton_t Struct Reference

Data Fields

int down [2]
unsigned downtime
unsigned msec
int state

Detailed Description

Definition at line 82 of file cl_input.c.


Field Documentation

key nums holding it down

Definition at line 83 of file cl_input.c.

Referenced by IN_KeyDown(), and IN_KeyUp().

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().

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().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2