Alt+Enter: fix regression, as this key combo should default to toggling full screen (#1188)

This commit is contained in:
tomcw 2023-02-25 10:58:53 +00:00
parent bca99278b6
commit abe606b2a6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Win32Frame::Win32Frame()
g_hLogoBitmap = (HBITMAP)0;
g_hDeviceBitmap = (HBITMAP)0;
g_hDeviceDC = (HDC)0;
g_bAltEnter_ToggleFullScreen = false;
g_bAltEnter_ToggleFullScreen = true; // Alt+Enter defaults to toggling full screen
g_bIsFullScreen = false;
g_bShowingCursor = true;
g_bLastCursorInAppleViewport = false;