xtd 0.2.0
Loading...
Searching...
No Matches

◆ get_cursor_position()

static xtd::collections::generic::key_value_pair< int32, int32 > xtd::console::get_cursor_position ( )
static

Gets the position of the cursor.

Returns
The column and row position of the cursor.
Remarks
Columns are numbered from left to right starting at 0. Rows are numbered from top to bottom starting at 0.