CursorExtensions Class

Contains extension methods for IAnsiConsoleCursor.
public static class CursorExtensions
Namespace
Spectre.Console

Methods

static void Hide(IAnsiConsoleCursor)
Hides the cursor.
static void MoveDown(IAnsiConsoleCursor, int)
Moves the cursor down.
static void MoveDown(IAnsiConsoleCursor)
Moves the cursor down.
static void MoveLeft(IAnsiConsoleCursor, int)
Moves the cursor to the left.
static void MoveLeft(IAnsiConsoleCursor)
Moves the cursor to the left.
static void MoveRight(IAnsiConsoleCursor, int)
Moves the cursor to the right.
static void MoveRight(IAnsiConsoleCursor)
Moves the cursor to the right.
static void MoveUp(IAnsiConsoleCursor, int)
Moves the cursor up.
static void MoveUp(IAnsiConsoleCursor)
Moves the cursor up.
static void Show(IAnsiConsoleCursor)
Shows the cursor.