showCursor function

void showCursor()

Shows cursor.

Implementation

void showCursor() {
  return library.ShowCursor();
}