hi all,
i'm trying to find an event i can listen to in the player when the iOS triple click accessibility menu is turned on in iOS.
To turn on the menu in iOS:
Go to Settings -> General -> Accessibility ->Accessibility Shortcut and choose all options.
While running an app triple click the home button to open the menu above the running app.
I tried listening for the event using the following on a MonoBehaviour:
OnApplicationFocus
OnApplicationPause
Neither of those fired and i didnt see any good alternatives to try.
Is there an event fired in the player when this menu opens/closes
thanks!
↧