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

Method isLogicRunning

Source/Basic/Application.cpp:753–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753bool Application::isLogicRunning() const noexcept {
754 return _logicRunning;
755}
756
757void Application::setFullScreen(bool var) {
758 if (getPlatform() == "iOS"_slice || getPlatform() == "Android"_slice) {

Callers 1

LoggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected