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

Method process

Engine/source/platformWin32/winInput.cpp:478–482  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

476
477//------------------------------------------------------------------------------
478void Input::process()
479{
480 if ( smManager && smManager->isEnabled() && smActive )
481 smManager->process();
482}
483
484//------------------------------------------------------------------------------
485InputManager* Input::getManager()

Callers

nothing calls this directly

Calls 1

isEnabledMethod · 0.45

Tested by

no test coverage detected