MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / invokeInRender

Method invokeInRender

Source/Basic/Application.cpp:1102–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102void Application::invokeInRender(const std::function<void()>& func) {
1103 _renderEvent.post("Invoke"_slice, func);
1104}
1105
1106void Application::invokeInLogic(const std::function<void()>& func) {
1107 _logicEvent.post("Invoke"_slice, func);

Callers 5

attachIMEMethod · 0.80
detachIMEMethod · 0.80
updateIMEPosHintMethod · 0.80
mainLogicMethod · 0.80
beginMethod · 0.80

Calls 1

postMethod · 0.65

Tested by

no test coverage detected