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

/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h89 void _SetKeyState(uint32 code, bool pressed);
H A DKeyboardLayoutView.cpp347 _SetKeyState(key->code, false);
352 _SetKeyState(key->code, true);
359 _SetKeyState(key->code, true);
389 _SetKeyState(key->code, false);
400 _SetKeyState(key->code, false);
1084 KeyboardLayoutView::_SetKeyState(uint32 code, bool pressed) function in class:KeyboardLayoutView

Completed in 38 milliseconds