diff options
author | Joursoir <chat@joursoir.net> | 2022-04-24 19:30:43 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-04-24 19:31:08 +0300 |
commit | c878c061227017e98014f847a0b413026b596999 (patch) | |
tree | 371340fb96eaaf30eb045ef3f77598a925639d2f /UefiMonitorTest/UefiMonitorTest.h | |
parent | 87e0417eaf431d0d1bab9537bd9a9ed33c91e5d3 (diff) | |
download | umt-c878c061227017e98014f847a0b413026b596999.tar.gz umt-c878c061227017e98014f847a0b413026b596999.tar.bz2 umt-c878c061227017e98014f847a0b413026b596999.zip |
main: add a keyboard context to a graphics context
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.h')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index 3f82246..7b07c31 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -57,6 +57,10 @@ typedef struct { /// UINT32 Pitch; // + // The EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL instance. + // + EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TextInputEx; + // // A mouse support. // BOOLEAN MouseSupported; |