heretic2-sdk/Toolkit/Programming/GameCode/client/input.h
1998-11-24 00:00:00 +00:00

15 lines
357 B
C

// input.h -- external (non-keyboard) input devices
void IN_Init (void);
void IN_Shutdown (void);
void IN_Commands (void);
// oportunity for devices to stick commands on the script buffer
void IN_Frame (void);
void IN_Move (usercmd_t *cmd);
// add additional movement on top of the keyboard move cmd
void IN_Activate (qboolean active);