Searched refs:uScancode (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h1193 unsigned uScancode; member in struct:_VRDEINPUTSCANCODE
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp1262 point.uScancode = (code >> 8) & 0xff;
1266 point.uScancode = (code & 0xff) | (down ? 0 : 0x80);
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1182 if (pInputScancode->uScancode == 0x45)
1186 else if (pInputScancode->uScancode == 0x3a)
1190 else if (pInputScancode->uScancode == 0x46)
1194 else if ((pInputScancode->uScancode & 0x80) == 0)
1200 pKeyboard->PutScancode((LONG)pInputScancode->uScancode);

Completed in 61 milliseconds