mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
make sure input is grabbed when going fullscreen on init
This commit is contained in:
parent
f9e610bf6b
commit
4249bba636
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ IN_LL_Init (void)
|
|||
if (vid_fullscreen->int_val) {
|
||||
Cvar_Set (in_grab, "1");
|
||||
in_grab->flags |= CVAR_ROM;
|
||||
IN_LL_Grab_Input ();
|
||||
}
|
||||
|
||||
X11_AddEvent (ButtonPress, &event_button);
|
||||
|
|
Loading…
Reference in a new issue