Add open/save file dialogs for Mac

This commit is contained in:
Wojtek Figat
2022-01-18 13:45:48 +01:00
parent 35d9016053
commit 54db90e040
8 changed files with 125 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ class FLAXENGINE_API MacUtils
{
public:
static String ToString(CFStringRef str);
static CFStringRef ToString(const String& str);
static CFStringRef ToString(const StringView& str);
static Vector2 PosToCoca(const Vector2& pos);
static Vector2 GetScreensOrigin();
};