keep cursor unlocked when switching from fullscreen to windowed to make alt+enter a better alternative to alt+tab

This commit is contained in:
FunkyFr3sh 2021-07-03 18:16:51 +02:00
parent 56ef3543c7
commit 8b92a3d5e6
2 changed files with 2 additions and 2 deletions

View file

@ -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();
}
}