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

Method enable

Engine/source/platformWin32/winInput.cpp:399–405  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

397
398//------------------------------------------------------------------------------
399bool Input::enable()
400{
401 if ( smManager && !smManager->isEnabled() )
402 return( smManager->enable() );
403
404 return( false );
405}
406
407//------------------------------------------------------------------------------
408void Input::disable()

Callers 1

initMethod · 0.45

Calls 1

isEnabledMethod · 0.45

Tested by

no test coverage detected