* Allow dynamic screen size change on windows

This commit is contained in:
iProgramInCpp
2023-08-06 22:45:15 +03:00
parent 9ef72164bb
commit 88d68cf21e
7 changed files with 50 additions and 5 deletions

View File

@@ -158,6 +158,9 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
g_AppPlatform.setScreenSize(width, height);
if (g_pApp)
g_pApp->sizeUpdate(width, height);
break;
}
case WM_KEYDOWN: