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

Method isEnabled

Engine/source/platformSDL/sdlInput.cpp:205–210  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

203
204//------------------------------------------------------------------------------
205bool Input::isEnabled()
206{
207 if ( smManager )
208 return smManager->isEnabled();
209 return false;
210}
211
212//------------------------------------------------------------------------------
213bool Input::isActive()

Callers 8

destroyMethod · 0.45
enableMethod · 0.45
disableMethod · 0.45
activateMethod · 0.45
deactivateMethod · 0.45
processMethod · 0.45
flagCurrentAllocsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected