Table of Contents

Method ProcessMouseInput

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ProcessMouseInput(string?)

Parses a mouse ansi escape sequence into a mouse event. Returns null if input is not a mouse event or its syntax is not understood.

public MouseEventArgs? ProcessMouseInput(string? input)

Parameters

input string

Returns

MouseEventArgs