mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Fix terminology
This commit is contained in:
@@ -1409,7 +1409,7 @@ public static partial class Application
|
||||
public static event EventHandler<MouseEventEventArgs> MouseEvent;
|
||||
|
||||
#nullable enable
|
||||
/// <summary>Called when a mouse event occurs. Fires the <see cref="MouseEvent"/> event.</summary>
|
||||
/// <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)
|
||||
|
||||
Reference in New Issue
Block a user