Add window resizing and positioning on Mac

This commit is contained in:
Wojtek Figat
2022-01-18 19:10:13 +01:00
parent 2aa3624f81
commit f9eb709a18
5 changed files with 98 additions and 2 deletions

View File

@@ -11,5 +11,6 @@ public:
static String ToString(CFStringRef str);
static CFStringRef ToString(const StringView& str);
static Vector2 PosToCoca(const Vector2& pos);
static Vector2 CocaToPos(const Vector2& pos);
static Vector2 GetScreensOrigin();
};