From c878c061227017e98014f847a0b413026b596999 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sun, 24 Apr 2022 19:30:43 +0300 Subject: main: add a keyboard context to a graphics context --- UefiMonitorTest/UefiMonitorTest.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UefiMonitorTest/UefiMonitorTest.h') 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; -- cgit v1.2.3-18-g5258