forked from id/quake
1
0
Fork 0
sdlqw/QW/client/in_null.c

30 lines
272 B
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)
{
}