Searched defs:targetCode (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) argument
410 if (!targetCode)
412 if (hostCode && hostCode != targetCode)

Completed in 2767 milliseconds