Expand description

Contains hide_cursor(), show_cursor, get_cursor_position() and set_cursor_position() for dealing with the cursor and its position in a console window.

Functions

  • Retrieve the current cursor position in the console window.
  • Hide or turn off the cursor that is normally always visible on the console.
  • Move the text cursor to the specified screen coordinates in the console window.
  • Show or turn on the cursor so it is in the normal visible state.