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

Emitted when the terminal decodes a mouse event.

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