mirror of
https://github.com/ioquake/jedi-academy.git
synced 2025-02-17 01:21:19 +00:00
10 lines
266 B
C
10 lines
266 B
C
|
void IN_Init (void);
|
||
|
void IN_Shutdown (void);
|
||
|
void IN_JoystickCommands (void);
|
||
|
|
||
|
void IN_Move (usercmd_t *cmd);
|
||
|
void IN_Frame (void);
|
||
|
|
||
|
void Sys_SendKeyEvents (void);
|
||
|
void Sys_QueEvent( int time, sysEventType_t type, int value, int value2, int ptrLength, void *ptr );
|