Patch Update - WM_DROPFILES Bug fix

FIX : Le Bug du message WM_DROPFILES lors d'un message WM_SIZE
This commit is contained in:
2024-04-05 17:01:10 +02:00
parent df9d7c97c0
commit aba9b9b6f3
3 changed files with 28 additions and 13 deletions

View File

@@ -37,6 +37,7 @@ private:
int m_initialWindowWidth;
int m_initialWindowHeight;
bool m_isDirect3DInitialized;
bool m_isResizing = false;
};