![]() |
doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"#include "../posix/posix_public.h"#include "local.h"#include <pthread.h>Go to the source code of this file.
Macros | |
| #define | MOUSE_RESET_DELAY 50 |
Functions | |
| void | IN_Clear_f (const idCmdArgs &args) |
| void | Sys_InitInput (void) |
| void | Sys_XUninstallGrabs (void) |
| void | Sys_GrabMouseCursor (bool grabIt) |
| void | Posix_PollInput () |
| void | Sys_ShutdownInput (void) |
| unsigned char | Sys_MapCharForKey (int _key) |
Variables | |
| idCVar | in_mouse ("in_mouse","1", CVAR_SYSTEM|CVAR_ARCHIVE,"") |
| idCVar | in_dgamouse ("in_dgamouse","1", CVAR_SYSTEM|CVAR_ARCHIVE,"") |
| idCVar | in_nograb ("in_nograb","0", CVAR_SYSTEM|CVAR_NOCHEAT,"") |
| idCVar in_dgamouse("in_dgamouse","1", CVAR_SYSTEM|CVAR_ARCHIVE,"") |
| idCVar in_mouse("in_mouse","1", CVAR_SYSTEM|CVAR_ARCHIVE,"") |
| idCVar in_nograb("in_nograb","0", CVAR_SYSTEM|CVAR_NOCHEAT,"") |
1.8.6.