mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-22 20:31:26 +00:00
9 lines
266 B
C
9 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 );
|