anawiki #1 I would like to turn off music and pause my game whenever player makes my game out of focus (switches to another application). How can I check if my application window is active or not?bestRoman
Dreamora #2 AppSuspended() gives the needed information.Or doing it fully event based and capture the events for suspending and reactivating.