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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1574 bool UIKeyboardHandler::processHotKey(int iHotKey, wchar_t *pHotKey) argument
1589 if (!ToUnicodeEx(iHotKey, 0, keys, &symbol, 1, 0, pList[i]) == 1)
1600 KeyCode keyCode = XKeysymToKeycode(pDisplay, iHotKey);
1616 Q_UNUSED(iHotKey);

Completed in 192 milliseconds