You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
I'm currently working on an app based on a GameViewCotnroller + Metalkit.
I have added the Gainputview as a subview to the MTKView but I have found an issue with the function initWithFrame of GainputView when trying to detect the iOS windows.
Coming from this line:
I'm currently working on an app based on a GameViewCotnroller + Metalkit.
I have added the Gainputview as a subview to the MTKView but I have found an issue with the function initWithFrame of GainputView when trying to detect the iOS windows.
Coming from this line:
gainput/lib/source/gainput/GainputIos.mm
Line 37 in 4973ae4
I have replaced it with:
UIWindow* window = [[[UIApplication sharedApplication] delegate] window];
And it now detects the window correctly.
The text was updated successfully, but these errors were encountered: