public MouseReceivedEvent(mouse as MouseEvent, source as Object = null):
Creates a terminal mouse wrapper event.
| Parameter | Description |
|---|---|
mouse | Decoded terminal mouse payload. |
source | Terminal that emitted the event. |
event = MouseReceivedEvent(mouse, terminal)