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

Method isEnabled

engine/source/platformAndroid/AndroidInput.cpp:365–371  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

363
364//------------------------------------------------------------------------------
365bool Input::isEnabled()
366{
367 if ( smManager )
368 return smManager->isEnabled();
369
370 return(gInputEnabled);
371}
372
373//------------------------------------------------------------------------------
374bool Input::isActive()

Callers 4

destroyMethod · 0.45
enableMethod · 0.45
disableMethod · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected