------------------------------------------------------------------------------
| 1825 | |
| 1826 | //------------------------------------------------------------------------------ |
| 1827 | bool ActionMap::handleEventGlobal(const InputEventInfo* pEvent) |
| 1828 | { |
| 1829 | return getGlobalMap()->processAction( pEvent ); |
| 1830 | } |
| 1831 | |
| 1832 | //------------------------------------------------------------------------------ |
| 1833 | bool ActionMap::checkAsciiGlobal( U16 key, U32 modifiers ) |
nothing calls this directly
no test coverage detected