Function move_cursor_to

Source
pub fn move_cursor_to(x: usize, y: usize)
Expand description

Moves the cursor to the specified position on the console.

ยงArguments

  • x - The horizontal position (column) to move the cursor to.
  • y - The vertical position (row) to move the cursor to.