asmodehn / WkCocos

Cocos wrapping for quick wkcmake convention based builds.
4 stars 7 forks source link

Interrupts detection #47

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

We need to detect whenever the app is paused, a phone call is received, a chat message is displayed on top, etc. If that happens we need to handle it properly in wkcocos lib ( like put the game in pause for exemple ) and what we dont know how to handle we trigger an event to let the app handle it.