MCPcopy Create free account
hub / github.com/axmolengine/axmol / ProcessEvents

Method ProcessEvents

core/platform/winrt/RenderViewImpl-winrt.cpp:634–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634void RenderViewImpl::ProcessEvents()
635{
636 std::shared_ptr<InputEvent> e;
637 while (mInputEvents.try_pop(e))
638 {
639 e->execute();
640 }
641}
642
643void RenderViewImpl::SetQueueOperationCb(std::function<void(AsyncOperation, void*)> cb)
644{

Callers 2

DrawMethod · 0.80
CreateInputMethod · 0.80

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected