MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / _AndroidRunTorqueMain

Function _AndroidRunTorqueMain

engine/source/platformAndroid/main.cpp:35–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33bool appIsRunning = true;
34
35int _AndroidRunTorqueMain(engine *eng)
36{
37 platState.firstThreadId = ThreadManager::getCurrentThreadId();
38
39 printf("performing mainInit()\n");
40
41 platState.lastTimeTick = Platform::getRealMilliseconds();
42
43 if(!Game->mainInitialize(platState.argc, platState.argv))
44 {
45 return 0;
46 }
47
48 return 1;
49}
50
51
52void _AndroidGameInnerLoop()

Callers 1

engine_init_displayFunction · 0.85

Calls 2

printfFunction · 0.85
mainInitializeMethod · 0.80

Tested by

no test coverage detected