MCPcopy 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
348MainLoop *OS_Android::get_main_loop() const {
349 return main_loop;
350}
351
352void OS_Android::main_loop_begin() {
353 if (main_loop) {

Calls

no outgoing calls

Tested by

no test coverage detected