Home
last modified time | relevance | path

Searched refs:KB_BUTTONS0 (Results 1 – 4 of 4) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_input.c234 void IN_Button0Down( void ) {IN_KeyDown( &kb[KB_BUTTONS0] );} in IN_Button0Down()
235 void IN_Button0Up( void ) {IN_KeyUp( &kb[KB_BUTTONS0] );} in IN_Button0Up()
583 if ( kb[KB_BUTTONS0 + i].active || kb[KB_BUTTONS0 + i].wasPressed ) { in CL_CmdButtons()
586 kb[KB_BUTTONS0 + i].wasPressed = qfalse; in CL_CmdButtons()
H A Dclient.h553 KB_BUTTONS0, enumerator
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_input.c234 void IN_Button0Down( void ) {IN_KeyDown( &kb[KB_BUTTONS0] );} in IN_Button0Down()
235 void IN_Button0Up( void ) {IN_KeyUp( &kb[KB_BUTTONS0] );} in IN_Button0Up()
606 if ( kb[KB_BUTTONS0 + i].active || kb[KB_BUTTONS0 + i].wasPressed ) { in CL_CmdButtons()
609 kb[KB_BUTTONS0 + i].wasPressed = qfalse; in CL_CmdButtons()
H A Dclient.h593 KB_BUTTONS0, enumerator