Searched defs:toKeyCode (Results 1 – 4 of 4) sorted by relevance
118 val toKeyCode = REMAPPABLE_KEYS[(i + 1) % REMAPPABLE_KEYS.size] in createKeyboard() constant129 val toKeyCode = REMAPPABLE_KEYS[(i + 1) % REMAPPABLE_KEYS.size] in createKeyboard() constant
356 int32_t toKeyCode = fromKeyCode; in applyKeyRemapping() local381 int32_t toKeyCode = fromKeyCode; in applyKeyBehavior() local
150 void FakeEventHub::addKeyCodeMapping(int32_t deviceId, int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()
274 void addKeyCodeMapping(int32_t fromKeyCode, int32_t toKeyCode) { in addKeyCodeMapping()