OSDN Git Service

Added extra flag paused to IOSGraphics to avoid calling render if the app is paused...
authorAriel Coppes <ariel.coppes@gemserk.com>
Sun, 23 Dec 2012 19:17:09 +0000 (17:17 -0200)
committerAriel Coppes <ariel.coppes@gemserk.com>
Sun, 23 Dec 2012 19:55:39 +0000 (17:55 -0200)
commit8b5876f133734f9789cdb7f846c703110ffe8eee
tree41d1129353b67422a36c681e9482ba5ad414ed89
parent93ee035645725da08fa0935a85b79fb11d4db50f
Added extra flag paused to IOSGraphics to avoid calling render if the app is paused, added two methods resume() and pause() called on IOSApplication on OnActivation() (when the app is active) and OnResignActivation (when the application is about to go to background)
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSApplication.java
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSGraphics.java