Searched refs:_KeyForCode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h90 Key* _KeyForCode(uint32 code);
H A DKeyboardLayoutView.cpp581 Key* key = _KeyForCode(keyCode);
616 Key* key = _KeyForCode(keyCode);
1097 KeyboardLayoutView::_KeyForCode(uint32 code) function in class:KeyboardLayoutView
1114 _InvalidateKey(_KeyForCode(code));
1172 if (_KeyForCode(key) == NULL)

Completed in 74 milliseconds