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

Method process

Engine/source/platformSDL/sdlInput.cpp:219–223  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

217
218//------------------------------------------------------------------------------
219void Input::process()
220{
221 if ( smManager && smManager->isEnabled() && smActive )
222 smManager->process();
223}
224
225//------------------------------------------------------------------------------
226InputManager* Input::getManager()

Callers

nothing calls this directly

Calls 1

isEnabledMethod · 0.45

Tested by

no test coverage detected