Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_main_loop
Method
get_main_loop
platform/android/os_android.cpp:348–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
MainLoop *OS_Android::get_main_loop() const {
349
return main_loop;
350
}
351
352
void OS_Android::main_loop_begin() {
353
if (main_loop) {
Callers
5
main_loop_focusout
Method · 0.45
main_loop_focusin
Method · 0.45
Java_org_godotengine_godot_GodotLib_requestPermissionResult
Function · 0.45
Java_org_godotengine_godot_GodotLib_onRendererResumed
Function · 0.45
Java_org_godotengine_godot_GodotLib_onRendererPaused
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected