axmol/core/platform/winrt
halx99 bb2e0e372a [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
..
xaml [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
CCApplication-winrt.cpp Update project url in sources 2023-03-12 01:44:55 +08:00
CCApplication-winrt.h Update project url in sources 2023-03-12 01:44:55 +08:00
CCCommon-winrt.cpp Update project url in sources 2023-03-12 01:44:55 +08:00
CCDevice-winrt.cpp Add support for haptic feedback on iOS and Android devices (#1222) 2023-05-31 20:14:31 +08:00
CCFileUtilsWinRT.cpp Update project url in sources 2023-03-12 01:44:55 +08:00
CCFileUtilsWinRT.h Update project url in sources 2023-03-12 01:44:55 +08:00
CCGL-winrt.h Update project url in sources 2023-03-12 01:44:55 +08:00
CCGLViewImpl-winrt.cpp [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
CCGLViewImpl-winrt.h [FEATURE] Add new API GLView::queueOperation 2023-05-31 20:42:39 +08:00
CCPlatformDefine-winrt.h Update project url in sources 2023-03-12 01:44:55 +08:00
CCStdC-winrt.cpp Update project url in sources 2023-03-12 01:44:55 +08:00
CCStdC-winrt.h Update project url in sources 2023-03-12 01:44:55 +08:00
CCWinRTUtils.cpp Remove duplicate using 2023-05-31 20:32:07 +08:00
CCWinRTUtils.h Update project url in sources 2023-03-12 01:44:55 +08:00
InputEvent.cpp Update project url in sources 2023-03-12 01:44:55 +08:00
InputEvent.h Update project url in sources 2023-03-12 01:44:55 +08:00
InputEventTypes.h Update project url in sources 2023-03-12 01:44:55 +08:00
Keyboard-winrt.cpp Update project url in sources 2023-03-12 01:44:55 +08:00
Keyboard-winrt.h Update project url in sources 2023-03-12 01:44:55 +08:00
WICImageLoader-winrt.cpp Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00
WICImageLoader-winrt.h Windows Store UWP apps support (#1108) 2023-03-11 22:10:18 +08:00