Table of Contents

Method SetCursor

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

SetCursor(Cursor)

Sets the cursor for this output.

void SetCursor(Cursor cursor)

Parameters

cursor Cursor

The cursor to set. Position must be in screen-absolute coordinates. Use ContentToScreen() or ViewportToScreen() to convert from view-relative coordinates. Set Position to null to hide the cursor.