klyn.gui.terminal.Terminal.mouseReceived
event
public event mouseReceived as MouseReceivedEvent
Description

Emitted when the terminal decodes a mouse event.

terminal.mouseReceived += lambda(e as MouseReceivedEvent): print(e.mouse.x)