mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Prepare for other event work by making this internal
This commit is contained in:
@@ -1412,7 +1412,7 @@ public static partial class Application
|
||||
/// <summary>Called when a mouse event occurs. Raises the <see cref="MouseEvent"/> event.</summary>
|
||||
/// <remarks>This method can be used to simulate a mouse event, e.g. in unit tests.</remarks>
|
||||
/// <param name="a">The mouse event with coordinates relative to the screen.</param>
|
||||
public static void OnMouseEvent (MouseEventEventArgs a)
|
||||
internal static void OnMouseEvent (MouseEventEventArgs a)
|
||||
{
|
||||
if (IsMouseDisabled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user