* 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

@@ -57,3 +57,7 @@ void App::update()
{
}
void App::sizeUpdate(int newWidth, int newHeight)
{
}