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

Method handleEventGlobal

Engine/source/sim/actionMap.cpp:1690–1693  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1688
1689//------------------------------------------------------------------------------
1690bool ActionMap::handleEventGlobal(const InputEventInfo* pEvent)
1691{
1692 return getGlobalMap()->processAction( pEvent );
1693}
1694
1695//------------------------------------------------------------------------------
1696bool ActionMap::checkAsciiGlobal( U16 key, U32 modifiers )

Callers

nothing calls this directly

Calls 1

processActionMethod · 0.45

Tested by

no test coverage detected