ref: 4f4a0b78514eabbd3d5c1e86a178bd3628d37435
dir: /QW/client/in_null.c/
// in_null.c -- for systems without a mouse #include "quakedef.h" void IN_Init (void) { } void IN_Shutdown (void) { } void IN_Commands (void) { } void IN_Move (usercmd_t *cmd) { } /* =========== IN_ModeChanged =========== */ void IN_ModeChanged (void) { }