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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c555 UINT32 KeyShiftStateLeft; local
596 KeyShiftStateLeft = (KeyShiftStateRight & 0xffffff00) | ((KeyShiftStateRight & 0xff) << 1);
609 KeyData->KeyState.KeyShiftState = KeyShiftStateLeft;
616 if (KeyShiftStateLeft != KeyShiftStateRight) {

Completed in 87 milliseconds