Add window resize handling on Mac

This commit is contained in:
Wojtek Figat
2022-01-18 16:51:03 +01:00
parent 54db90e040
commit dd5bad1dfe
2 changed files with 19 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ public:
MacWindow(const CreateWindowSettings& settings);
~MacWindow();
void CheckForResize(float width, float height);
public:
// [Window]