public event mouseReceived as MouseReceivedEvent
Emitted when the terminal decodes a mouse event.
terminal.mouseReceived += lambda(e as MouseReceivedEvent): print(e.mouse.x)