I’m looking to pause my game when the Notification Panel is opened (the menu opened when swiping the status bar, please excuse my ignorance if that isn’t the correct name).
Any help would be greatly appreciated.
Thanks
Alex
I’m looking to pause my game when the Notification Panel is opened (the menu opened when swiping the status bar, please excuse my ignorance if that isn’t the correct name).
Any help would be greatly appreciated.
Thanks
Alex
I found a solution.
voidOnApplicationFocus(bool focusStatus) {…}
did the trick.