#include <CCApplicationProtocol.h>
Enumerator |
---|
OS_WINDOWS |
|
OS_LINUX |
|
OS_MAC |
|
OS_ANDROID |
|
OS_IPHONE |
|
OS_IPAD |
|
OS_BLACKBERRY |
|
OS_NACL |
|
OS_EMSCRIPTEN |
|
OS_TIZEN |
|
Enumerator |
---|
OS_WINDOWS |
|
OS_LINUX |
|
OS_MAC |
|
OS_ANDROID |
|
OS_IPHONE |
|
OS_IPAD |
|
OS_BLACKBERRY |
|
OS_NACL |
|
OS_EMSCRIPTEN |
|
OS_TIZEN |
|
Enumerator |
---|
OS_WINDOWS |
|
OS_LINUX |
|
OS_MAC |
|
OS_ANDROID |
|
OS_IPHONE |
|
OS_IPAD |
|
OS_BLACKBERRY |
|
OS_NACL |
|
OS_EMSCRIPTEN |
|
OS_TIZEN |
|
virtual void
applicationDidEnterBackground |
( |
) | |
|
|
pure virtual |
This function will be called when the application enters background.
virtual bool
applicationDidFinishLaunching |
( |
) | |
|
|
pure virtual |
Implement Director and Scene init code here.
- Returns
- true Initialize success, app continue.
-
false Initialize failed, app terminate.
virtual void
applicationWillEnterForeground |
( |
) | |
|
|
pure virtual |
This function will be called when the application enters foreground.
virtual void setAnimationInterval |
( |
double |
interval) | |
|
|
pure virtual |
The documentation for this class was generated from the following file: