mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-27 22:52:44 +00:00
cab89769b4
Not used by anything.
16 lines
286 B
C
16 lines
286 B
C
|
|
#include <sys/wait.h>
|
|
|
|
#include "sys/sys_public.h"
|
|
|
|
// input
|
|
void Sys_InitInput( void );
|
|
void Sys_ShutdownInput( void );
|
|
|
|
void IN_DeactivateMouse( void);
|
|
void IN_ActivateMouse( void);
|
|
|
|
void IN_Activate (bool active);
|
|
void IN_Frame (void);
|
|
|
|
void Sys_UpdateWindowMouseInputRect( void );
|