klyn.gui.terminal.MouseReceivedEvent.MouseReceivedEvent
constructor
public MouseReceivedEvent(mouse as MouseEvent, source as Object = null):
Description

Creates a terminal mouse wrapper event.

Parameters
ParameterDescription
mouseDecoded terminal mouse payload.
sourceTerminal that emitted the event.
Example
event = MouseReceivedEvent(mouse, terminal)