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

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dxkbtoscan.h44 unsigned uScan; member in struct:__anon16032
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1246 bool UIKeyboardHandler::keyEventCADHandled(uint8_t uScan) argument
1250 uScan == 0x53 /* Del */ &&
1274 bool UIKeyboardHandler::keyEventHandleNormal(int iKey, uint8_t uScan, int fFlags, LONG *pCodes, uint *puCodesCount) argument
1283 if ((fFlags & KeyPressed) || (m_pressedKeys[uScan] & uWhatPressed))
1299 pCodes[(*puCodesCount)++] = uScan;
1300 m_pressedKeys[uScan] |= uWhatPressed;
1303 else if (m_pressedKeys[uScan] & uWhatPressed)
1306 pCodes[(*puCodesCount)++] = uScan | 0x80;
1307 m_pressedKeys[uScan] &= ~uWhatPressed;
1312 m_pressedKeys[uScan] |
1426 uint8_t uScan = hostComboScans[i]; local
1442 keyEvent(int iKey, uint8_t uScan, int fFlags, ulong uScreenId, wchar_t *pUniKey ) argument
[all...]

Completed in 58 milliseconds