keep cursor unlocked when switching from fullscreen to windowed to make alt+enter a better alternative to alt+tab
This commit is contained in:
parent
56ef3543c7
commit
8b92a3d5e6
2 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ void util_toggle_fullscreen()
|
|||
}
|
||||
|
||||
dd_SetDisplayMode(g_ddraw->width, g_ddraw->height, g_ddraw->bpp, SDM_LEAVE_FULLSCREEN);
|
||||
mouse_lock();
|
||||
//mouse_lock();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue