shithub: qk1

ref: 1bff98bbaca8cb7b639313947b5a8435efcb3ef2
dir: /qw/input.h/

View raw version
void	IN_Init(void);
void	IN_Shutdown(void);
void	IN_Commands(void);	// oportunity for devices to stick commands on the script buffer
void	IN_Move(usercmd_t *);	// add additional movement on top of the keyboard move cmd
void	IN_ModeChanged(void);	// called whenever screen dimensions change
void	IN_Grabm(int);