Add MacOS Platform

Use MacOS Standard Fullscreen hotkey
This commit is contained in:
Hibyehello
2023-02-01 18:00:12 -06:00
parent 6743ca8e09
commit 8324a85339
4 changed files with 451 additions and 0 deletions

View File

@ -43,6 +43,10 @@ public:
static std::unique_ptr<Platform> CreateWin32Platform();
#endif
#ifdef __APPLE__
static std::unique_ptr<Platform> CreateMacOSPlatform();
#endif
protected:
void UpdateRunningFlag();