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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1329 bool UIKeyboardHandler::keyEventHostComboHandled(int iKey, wchar_t *pUniKey, bool isHostComboStateChanged, bool *pfResult) argument
1353 *pfResult = processHotKey(iKey, pUniKey);
1442 bool UIKeyboardHandler::keyEvent(int iKey, uint8_t uScan, int fFlags, ulong uScreenId, wchar_t *pUniKey /* = 0 */)
1535 if (keyEventHostComboHandled(iKey, pUniKey, isHostComboStateChanged, &fResult))

Completed in 36 milliseconds