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
How can we call a custom bit of lua when our host is paused? For example, in the iOS host, the MOAIView calls AKUPause when the app goes to the background or similar:
These just seem to set flags. Is there no event that we can listen to, i.e. MOAISim.EVENT_PAUSED/EVENT_RESUMED or would we need to write that ourselves and compile MOAI manually? This would be a nice feature.
The text was updated successfully, but these errors were encountered:
How can we call a custom bit of lua when our host is paused? For example, in the iOS host, the MOAIView calls AKUPause when the app goes to the background or similar:
AKUPause just call the resume and pause methods on MOAISim:
These just seem to set flags. Is there no event that we can listen to, i.e. MOAISim.EVENT_PAUSED/EVENT_RESUMED or would we need to write that ourselves and compile MOAI manually? This would be a nice feature.
The text was updated successfully, but these errors were encountered: