MCPcopy Create free account
hub / github.com/carbonengine/trinity / mainThread

Function mainThread

trinityal/tests/TrinityALTest.cpp:124–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122bool g_windowResized = false;
123
124uint32_t mainThread( void* )
125{
126 char* args[] = {
127 strdup( "TrinityALTest" ),
128 strdup( "--interactive" ),
129 };
130 main( 2, args );
131 ANativeActivity_finish( g_androidActivity );
132 return 0;
133}
134
135static void onNativeWindowCreated( ANativeActivity*, ANativeWindow* window )
136{

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected