Searched defs:checkHostKeycode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c408 static int checkHostKeycode(unsigned hostCode, unsigned targetCode) function
426 if ( ( !checkHostKeycode(pHost->lctrl, pTarget->lctrl)
427 || !checkHostKeycode(pHost->capslock, pTarget->capslock))
428 && ( !checkHostKeycode(pHost->lctrl, pTarget->capslock)
429 || !checkHostKeycode(pHost->capslock, pTarget->lctrl)))
431 if ( !checkHostKeycode(pHost->lshift, pTarget->lshift)
432 || !checkHostKeycode(pHost->tab, pTarget->tab)
433 || !checkHostKeycode(pHost->esc, pTarget->esc)
434 || !checkHostKeycode(pHost->enter, pTarget->enter)
435 || !checkHostKeycode(pHos
[all...]

Completed in 81 milliseconds