MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / disable

Method disable

Engine/source/platformWin32/winInput.cpp:408–412  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

406
407//------------------------------------------------------------------------------
408void Input::disable()
409{
410 if ( smManager && smManager->isEnabled() )
411 smManager->disable();
412}
413
414//------------------------------------------------------------------------------
415

Callers 1

destroyMethod · 0.45

Calls 1

isEnabledMethod · 0.45

Tested by

no test coverage detected