shithub: qk1

ref: 26e253158ac93bbc14cc381780f9b37ea7858bd1
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)
{
}