Class MouseEvent | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Low-level construct that conveys the details of mouse events, such as coordinates and button state, from ConsoleDrivers up to Application and Views.
Inheritance
MouseEvent
Inherited Members
Properties
Flags indicating the kind of mouse event that is being posted.
Indicates if the current mouse event has already been processed and the driver should stop notifying any other event subscriber. Its important to set this value to true specially when updating any View's layout from inside the subscriber method.
The offset X (column) location for the mouse event.
The offset Y (column) location for the mouse event.
The current view at the location for the mouse event.
The X (column) location for the mouse event.
The Y (column) location for the mouse event.
Methods
Returns a string that represents the current MouseEvent.