Searched refs:fKeyMap (Results 1 – 2 of 2) sorted by relevance
323 fKeyMap.SetTo(keyMap); in KeyboardHandler()326 TRACE(" fKeymap: %p\n", fKeyMap.Get()); in KeyboardHandler()363 fKeyMap.SetTo(keyMap); in Control()418 ch = fChars.Get() + fKeyMap->option_caps_shift_map[code]; in _KeyString()421 ch = fChars.Get() + fKeyMap->option_caps_map[code]; in _KeyString()424 ch = fChars.Get() + fKeyMap->option_shift_map[code]; in _KeyString()427 ch = fChars.Get() + fKeyMap->option_map[code]; in _KeyString()430 ch = fChars.Get() + fKeyMap->caps_shift_map[code]; in _KeyString()433 ch = fChars.Get() + fKeyMap->caps_map[code]; in _KeyString()436 ch = fChars.Get() + fKeyMap->shift_map[code]; in _KeyString()[all …]
110 fKeyMap; variable