iPXE
|
#include <UefiInternalFormRepresentation.h>
Data Fields | |
EFI_KEY | Key |
Used to describe a physical key on a keyboard. More... | |
CHAR16 | Unicode |
Unicode character code for the Key. More... | |
CHAR16 | ShiftedUnicode |
Unicode character code for the key with the shift key being held down. More... | |
CHAR16 | AltGrUnicode |
Unicode character code for the key with the Alt-GR being held down. More... | |
CHAR16 | ShiftedAltGrUnicode |
Unicode character code for the key with the Alt-GR and shift keys being held down. More... | |
UINT16 | Modifier |
Modifier keys are defined to allow for special functionality that is not necessarily accomplished by a printable character. More... | |
UINT16 | AffectedAttribute |
Definition at line 1704 of file UefiInternalFormRepresentation.h.
EFI_KEY EFI_KEY_DESCRIPTOR::Key |
Used to describe a physical key on a keyboard.
Definition at line 1708 of file UefiInternalFormRepresentation.h.
CHAR16 EFI_KEY_DESCRIPTOR::Unicode |
Unicode character code for the Key.
Definition at line 1712 of file UefiInternalFormRepresentation.h.
CHAR16 EFI_KEY_DESCRIPTOR::ShiftedUnicode |
Unicode character code for the key with the shift key being held down.
Definition at line 1716 of file UefiInternalFormRepresentation.h.
CHAR16 EFI_KEY_DESCRIPTOR::AltGrUnicode |
Unicode character code for the key with the Alt-GR being held down.
Definition at line 1720 of file UefiInternalFormRepresentation.h.
CHAR16 EFI_KEY_DESCRIPTOR::ShiftedAltGrUnicode |
Unicode character code for the key with the Alt-GR and shift keys being held down.
Definition at line 1724 of file UefiInternalFormRepresentation.h.
UINT16 EFI_KEY_DESCRIPTOR::Modifier |
Modifier keys are defined to allow for special functionality that is not necessarily accomplished by a printable character.
Many of these modifier keys are flags to toggle certain state bits on and off inside of a keyboard driver.
Definition at line 1730 of file UefiInternalFormRepresentation.h.
UINT16 EFI_KEY_DESCRIPTOR::AffectedAttribute |
Definition at line 1731 of file UefiInternalFormRepresentation.h.