Screen.showCursor

Move the cursor to the given location, and show it using the appropriate style.

  1. void showCursor(Cursor )
  2. void showCursor(Coord pos, Cursor cur)
    interface Screen
    void
    showCursor
    (
    Coord pos
    ,
    Cursor cur = Cursor.current
    )

Parameters

pos Coord

position of the cursor

cur Cursor

cursor style

Meta