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
( I Ansi Console Cursor, int) - Moves the cursor down.
-
static void MoveDown
(IAnsiConsoleCursor) - Moves the cursor down.
-
static void MoveLeft
( I Ansi Console Cursor, int) - Moves the cursor to the left.
-
static void MoveLeft
(IAnsiConsoleCursor) - Moves the cursor to the left.
-
static void MoveRight
( I Ansi Console Cursor, int) - Moves the cursor to the right.
-
static void MoveRight
(IAnsiConsoleCursor) - Moves the cursor to the right.
-
static void MoveUp
( I Ansi Console Cursor, int) - Moves the cursor up.
-
static void MoveUp
(IAnsiConsoleCursor) - Moves the cursor up.
-
static void Show
(IAnsiConsoleCursor) - Shows the cursor.