MoveLeft(IAnsiConsoleCursor, int) Method
Moves the cursor to the left.
public static void MoveLeft(this IAnsiConsoleCursor cursor, int steps)
- Namespace
- Spectre
.Console - Containing Type
- CursorExtensions
Parameters
- IAnsiConsoleCursor cursor
- The cursor.
- int steps
- The number of steps to move the cursor.