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

Method handleEventGlobal

Engine/source/sim/actionMap.cpp:1827–1830  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1825
1826//------------------------------------------------------------------------------
1827bool ActionMap::handleEventGlobal(const InputEventInfo* pEvent)
1828{
1829 return getGlobalMap()->processAction( pEvent );
1830}
1831
1832//------------------------------------------------------------------------------
1833bool ActionMap::checkAsciiGlobal( U16 key, U32 modifiers )

Callers

nothing calls this directly

Calls 1

processActionMethod · 0.45

Tested by

no test coverage detected