shithub: qk1

ref: 928de2ce5c6140c19c348ad782bfbe5fa6e35fc4
dir: /QW/client/in_null.c/

View raw version
// 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)
{
}