------------------------------------------------------------------------------
| 1688 | |
| 1689 | //------------------------------------------------------------------------------ |
| 1690 | bool ActionMap::handleEventGlobal(const InputEventInfo* pEvent) |
| 1691 | { |
| 1692 | return getGlobalMap()->processAction( pEvent ); |
| 1693 | } |
| 1694 | |
| 1695 | //------------------------------------------------------------------------------ |
| 1696 | bool ActionMap::checkAsciiGlobal( U16 key, U32 modifiers ) |
nothing calls this directly
no test coverage detected