public class MouseReceivedEvent extends Event:
Terminal mouse event wrapper emitted by Terminal.mouseReceived.
terminal.mouseReceived += lambda(e: MouseReceivedEvent): print(e.mouse.x)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | mousemouse as MouseEvent |
Decoded terminal mouse payload. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | MouseReceivedEventMouseReceivedEvent(mouse as MouseEvent, source as Object = null): |
Creates a terminal mouse wrapper event. |