From 87e0417eaf431d0d1bab9537bd9a9ed33c91e5d3 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 21 Apr 2022 21:42:25 +0300 Subject: main: add a mouse context to a graphics context --- UefiMonitorTest/UefiMonitorTest.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'UefiMonitorTest/UefiMonitorTest.h') diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index 32214d6..3f82246 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -56,6 +56,14 @@ typedef struct { /// Amount of bytes you should skip to go one pixel down. /// UINT32 Pitch; + // + // A mouse support. + // + BOOLEAN MouseSupported; + // + // The MouseInterface instance. + // + EFI_SIMPLE_POINTER_PROTOCOL *MouseInterface; } GRAPHICS_CONTEXT; #endif /* UEFI_MONITOR_TEST_H */ -- cgit v1.2.3-18-g5258