|
iPXE
|
#include <SimpleTextInEx.h>
Data Fields | |
| UINT32 | KeyShiftState |
| Reflects the currently pressed shift modifiers for the input device. | |
| EFI_KEY_TOGGLE_STATE | KeyToggleState |
| Reflects the current internal state of various toggled attributes. | |
Definition at line 65 of file SimpleTextInEx.h.
| UINT32 _EFI_KEY_STATE::KeyShiftState |
Reflects the currently pressed shift modifiers for the input device.
The returned value is valid only if the high order bit has been set.
Definition at line 72 of file SimpleTextInEx.h.
| EFI_KEY_TOGGLE_STATE _EFI_KEY_STATE::KeyToggleState |
Reflects the current internal state of various toggled attributes.
The returned value is valid only if the high order bit has been set.
Definition at line 79 of file SimpleTextInEx.h.