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

Method enable

Engine/source/platformSDL/sdlInput.cpp:157–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

155
156//------------------------------------------------------------------------------
157bool Input::enable()
158{
159 if ( smManager && !smManager->isEnabled() )
160 return( smManager->enable() );
161
162 return( false );
163}
164
165//------------------------------------------------------------------------------
166void Input::disable()

Callers 1

activateMethod · 0.45

Calls 1

isEnabledMethod · 0.45

Tested by

no test coverage detected