From c7d72b9224a28c8f58ef667ef23e09726a435e67 Mon Sep 17 00:00:00 2001 From: Brandon Thetford Date: Wed, 21 Feb 2024 00:20:10 -0700 Subject: [PATCH] Prepare for other event work by making this internal --- Terminal.Gui/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Application.cs b/Terminal.Gui/Application.cs index 49c20319e..aaa29922f 100644 --- a/Terminal.Gui/Application.cs +++ b/Terminal.Gui/Application.cs @@ -1412,7 +1412,7 @@ public static partial class Application /// Called when a mouse event occurs. Raises the event. /// This method can be used to simulate a mouse event, e.g. in unit tests. /// The mouse event with coordinates relative to the screen. - public static void OnMouseEvent (MouseEventEventArgs a) + internal static void OnMouseEvent (MouseEventEventArgs a) { if (IsMouseDisabled) {