shithub: qk2

ref: 372afde46e7defc9dd2d719a1732b8ace1fa096e
dir: /null/in_null.c/

View raw version
// in_null.c -- for systems without a mouse

#include "../client/client.h"

void IN_Init (void)
{
}

void IN_Shutdown (void)
{
}

void IN_Commands (void)
{
}

void IN_Frame (void)
{
}

void IN_Move (usercmd_t *cmd)
{
}

void IN_Activate (qboolean active)
{
}

void IN_ActivateMouse (void)
{
}

void IN_DeactivateMouse (void)
{
}