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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c1513 // Function Keys are only valid if KeyChar == 0x00
1514 // This function does not require KeyChar to be 0x00
1616 @param KeyChar Unicode of key.
1625 IN CHAR16 KeyChar,
1632 if (KeyChar == CHAR_ESC) {
1634 } else if (KeyChar == 0x00 || KeyChar == 0xe0) {
1624 ConvertToEFIScanCode( IN CHAR16 KeyChar, IN UINT16 ScanCode ) argument

Completed in 515 milliseconds