1
0
Fork 0

source/Platform/Win32/Win32Display: Adding calculateSize()

This commit is contained in:
Henrik Hautakoski 2023-08-03 15:23:19 +02:00
parent 76aa838e8e
commit 80591ff6ee
2 changed files with 9 additions and 0 deletions

View file

@ -55,6 +55,8 @@ protected :
void registerClass();
Vector2u calculateSize(DWORD flags, LONG width, LONG height);
DWORD getWin32Flags(unsigned int flags);
Vector2i centerWindow(int width, int height);