Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
753
bool Application::isLogicRunning() const noexcept {
754
return _logicRunning;
755
}
756
757
void Application::setFullScreen(bool var) {
758
if (getPlatform() ==
"iOS"
_slice || getPlatform() ==
"Android"
_slice) {
Callers
1
Logger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected