shithub: qk1

ref: 0dc9ef358fb9de3a87a1f54ffaf6ce4b05892f24
dir: /in_null.c/

View raw version
#include "quakedef.h"

void
conscmd(void)
{
}

void
Sys_SendKeyEvents(void)
{
}

void
IN_Commands(void)
{
}

void
IN_Move(usercmd_t *cmd)
{
	USED(cmd);
}

void
IN_Grabm(int on)
{
	USED(on);
}

void
IN_Shutdown(void)
{
}

void
IN_Init(void)
{
}