ReactOS 0.4.16-dev-197-g92996da
|
#include <SimpleTextInEx.h>
The EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL is used on the ConsoleIn device. It is an extension to the Simple Text Input protocol which allows a variety of extended shift state information to be returned.
Definition at line 309 of file SimpleTextInEx.h.
EFI_INPUT_READ_KEY_EX _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::ReadKeyStrokeEx |
Definition at line 311 of file SimpleTextInEx.h.
EFI_REGISTER_KEYSTROKE_NOTIFY _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::RegisterKeyNotify |
Definition at line 317 of file SimpleTextInEx.h.
EFI_INPUT_RESET_EX _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::Reset |
Definition at line 310 of file SimpleTextInEx.h.
Referenced by EfiConInExReset().
EFI_SET_STATE _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::SetState |
Definition at line 316 of file SimpleTextInEx.h.
EFI_UNREGISTER_KEYSTROKE_NOTIFY _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::UnregisterKeyNotify |
Definition at line 318 of file SimpleTextInEx.h.
EFI_EVENT _EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL::WaitForKeyEx |
Event to use with WaitForEvent() to wait for a key to be available.
Definition at line 315 of file SimpleTextInEx.h.