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

Method isEnabled

Engine/source/platformWin32/winInput.cpp:464–469  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

462
463//------------------------------------------------------------------------------
464bool Input::isEnabled()
465{
466 if ( smManager )
467 return smManager->isEnabled();
468 return false;
469}
470
471//------------------------------------------------------------------------------
472bool Input::isActive()

Callers 11

enableJoystickMethod · 0.45
disableJoystickMethod · 0.45
enableXInputMethod · 0.45
disableXInputMethod · 0.45
winDirectInput.cppFile · 0.45
destroyMethod · 0.45
enableMethod · 0.45
disableMethod · 0.45
activateMethod · 0.45
deactivateMethod · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected