mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
engine: input: implement input devices collecting
This commit is contained in:
@@ -41,6 +41,9 @@ void IN_MouseRestorePos( void );
|
||||
void IN_ToggleClientMouse( int newstate, int oldstate );
|
||||
void IN_SetCursor( void *hCursor );
|
||||
|
||||
uint IN_CollectInputDevices( void );
|
||||
void IN_LockInputDevices( qboolean lock );
|
||||
|
||||
//
|
||||
// in_touch.c
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user