mirror of https://github.com/axmolengine/axmol.git
bb2e0e372a
- Queue a priority operation in render thread, even through app in background - Please do logic in callback, don't update ui or any other render state usage ``` Director::getInstance()->getOpenGLView()->queueOperation([](void* param){ // do somethings for logic only(Don't update render state or UI) }); ``` |
||
---|---|---|
.. | ||
ControllerManualAdapter | ||
java | ||
jni | ||
libaxmol | ||
libaxmol-with-controller | ||
CCApplication-android.cpp | ||
CCApplication-android.h | ||
CCCommon-android.cpp | ||
CCDevice-android.cpp | ||
CCEnhanceAPI-android.cpp | ||
CCEnhanceAPI-android.h | ||
CCFileUtils-android.cpp | ||
CCFileUtils-android.h | ||
CCGL-android.h | ||
CCGLViewImpl-android.cpp | ||
CCGLViewImpl-android.h | ||
CCPlatformDefine-android.h | ||
CCStdC-android.h | ||
CMakeLists.txt | ||
javaactivity-android.cpp |