axmol/core/platform
halx99 f0db2648fe [FEATURE] Add new API GLView::queueOperation
- 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)
});
```
2023-05-31 20:42:39 +08:00
..
android [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
apple Update CMakeLists.txt 2022-11-01 06:47:36 +08:00
desktop Fix ci 2023-03-11 23:14:04 +08:00
ios [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
linux Add support for haptic feedback on iOS and Android devices (#1222) 2023-05-31 20:14:31 +08:00
mac Add support for haptic feedback on iOS and Android devices (#1222) 2023-05-31 20:14:31 +08:00
win32 Add support for haptic feedback on iOS and Android devices (#1222) 2023-05-31 20:14:31 +08:00
winrt [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
CCApplication.h Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
CCApplicationProtocol.h Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
CCCommon.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
CCDevice.h Add support for haptic feedback on iOS and Android devices (#1222) 2023-05-31 20:14:31 +08:00
CCFileStream.cpp Migrate engine namespace to `axis`(abbv: `ax`) (#743) 2022-07-11 17:50:21 +08:00
CCFileStream.h Add FileStream::getNativeHandle() 2023-03-26 22:42:13 +08:00
CCFileUtils.cpp Support clang-cl + ninja, refer to #1152 (#1153) 2023-04-01 23:11:58 +08:00
CCFileUtils.h Tidy project tree and full symlink support (#1072) 2023-02-23 21:57:30 +08:00
CCGL.h Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
CCGLView.cpp [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
CCGLView.h [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
CCImage.cpp Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
CCImage.h Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
CCPlatformConfig.h Support clang-cl + ninja, refer to #1152 (#1153) 2023-04-01 23:11:58 +08:00
CCPlatformDefine.h Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
CCPlatformMacros.h Preferred use ax::print for engine log output 2023-01-04 22:52:40 +08:00
CCPosixFileStream.cpp Add FileStream::getNativeHandle() 2023-03-26 22:42:13 +08:00
CCPosixFileStream.h Add FileStream::getNativeHandle() 2023-03-26 22:42:13 +08:00
CCSAXParser.cpp Fix compile errors in c++17 2023-03-08 08:34:17 +08:00
CCSAXParser.h Fix #1032 2023-01-17 10:06:09 +08:00
CCStdC.h Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
CMakeLists.txt Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00