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

Method disable

engine/source/platformAndroid/AndroidInput.cpp:320–331  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

318
319//------------------------------------------------------------------------------
320void Input::disable()
321{
322 Con::printf( "[]Input::disable." );
323
324 gInputEnabled = false;
325
326 if ( smManager && smManager->isEnabled() )
327 smManager->disable();
328
329 disableMouse();
330 //disableKeyboard();
331}
332
333//------------------------------------------------------------------------------
334void Input::activate()

Callers 1

destroyMethod · 0.45

Calls 3

printfFunction · 0.85
disableMouseFunction · 0.85
isEnabledMethod · 0.45

Tested by

no test coverage detected