engine: input: implement input devices collecting

This commit is contained in:
Alibek Omarov
2019-07-09 03:48:09 +03:00
parent fa68108907
commit 6aa4765c3e
2 changed files with 61 additions and 0 deletions
+3
View File
@@ -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
//