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

Function _AndroidGameBecomeActive

engine/source/platformAndroid/main.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void _AndroidGameBecomeActive()
85{
86 clearPendingMultitouchEvents( );
87
88 if ( Con::isFunction("onAndroidBecomeActive") )
89 Con::executef( 1, "onAndroidBecomeActive" );
90
91 appIsRunning = true;
92}
93
94void _AndroidGameWillTerminate()
95{

Callers 1

engine_init_displayFunction · 0.85

Calls 3

isFunctionFunction · 0.85
executefFunction · 0.85

Tested by

no test coverage detected