mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Uefi2.3.1a chapter 11.2
Signed-off-by: qianouyang Reviewed-by: niruiyu vanjeff git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12493 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ec2b081a9c
commit
e791cf4449
@ -117,6 +117,7 @@ typedef struct {
|
|||||||
// Toggle state
|
// Toggle state
|
||||||
//
|
//
|
||||||
#define EFI_TOGGLE_STATE_VALID 0x80
|
#define EFI_TOGGLE_STATE_VALID 0x80
|
||||||
|
#define EFI_KEY_STATE_EXPOSED 0x40
|
||||||
#define EFI_SCROLL_LOCK_ACTIVE 0x01
|
#define EFI_SCROLL_LOCK_ACTIVE 0x01
|
||||||
#define EFI_NUM_LOCK_ACTIVE 0x02
|
#define EFI_NUM_LOCK_ACTIVE 0x02
|
||||||
#define EFI_CAPS_LOCK_ACTIVE 0x04
|
#define EFI_CAPS_LOCK_ACTIVE 0x04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user