AAAAAAAA
Thanks SDL2-Compat
This commit is contained in:
parent
4593b44db3
commit
651ceae556
1 changed files with 5 additions and 0 deletions
|
|
@ -1167,8 +1167,13 @@ void I_StartupMouse(void)
|
|||
{
|
||||
static SDL_bool firsttimeonmouse = SDL_TRUE;
|
||||
|
||||
disable_mouse = static_cast<SDL_bool>(M_CheckParm("-nomouse"));
|
||||
|
||||
if (disable_mouse)
|
||||
{
|
||||
CONS_Printf("Mouse Input Disabled.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!firsttimeonmouse)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue