|
UFO: Alien Invasion
|

Data Fields | |
| int | down [2] |
| unsigned | downtime |
| unsigned | msec |
| int | state |
Definition at line 93 of file cl_input.cpp.
| int kbutton_t::down[2] |
key nums holding it down
Definition at line 94 of file cl_input.cpp.
Referenced by IN_KeyDown(), and IN_KeyUp().
| unsigned kbutton_t::downtime |
msec timestamp when the key was pressed down
Definition at line 95 of file cl_input.cpp.
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 96 of file cl_input.cpp.
Referenced by IN_KeyUp().
| int kbutton_t::state |
1 if down, 0 if not down
Definition at line 97 of file cl_input.cpp.
Referenced by IN_KeyDown(), and IN_KeyUp().