Exemplo n.º 1
0
/*
=================
Sys_In_Restart_f

Restart the input subsystem
=================
*/
void Sys_In_Restart_f(const idCmdArgs &args)
{
	Sys_ShutdownInput();
	Sys_InitInput();
}
Exemplo n.º 2
0
/*
================
Sys_Init

The cvar and file system has been setup, so configurations are loaded
================
*/
void Sys_Init(void) {
	Sys_InitNetworking();
	Sys_InitInput();	
}