| 318 | } |
| 319 | |
| 320 | int32_t KeyMap::getEffectiveGroup(int32_t group, int32_t offset) const |
| 321 | { |
| 322 | return (group + offset + getNumGroups()) % getNumGroups(); |
| 323 | } |
| 324 | |
| 325 | const KeyMap::KeyItemList * |
| 326 | KeyMap::findCompatibleKey(KeyID id, int32_t group, KeyModifierMask required, KeyModifierMask sensitive) const |
nothing calls this directly
no outgoing calls
no test coverage detected