The type of action that occurred
Whether the Alt key was held during the event
The button that triggered the event
Whether the Ctrl key was held during the event
The raw ANSI escape sequence data received from the terminal
The raw button code from the terminal protocol
Whether the Shift key was held during the event
The x-coordinate (column) of the mouse position (1-indexed)
The y-coordinate (row) of the mouse position (1-indexed)
Base interface for all mouse event types.
This interface contains the common properties shared across all mouse events, regardless of the protocol used to encode them.