Add more iOS platform impl

This commit is contained in:
Wojtek Figat
2023-03-18 22:43:13 +01:00
parent c615ad18a8
commit 0232197cdc
4 changed files with 28 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ public:
~iOSWindow();
void CheckForResize(float width, float height);
void* GetViewController() const { return _viewController; }
public: