hideCursor function

void hideCursor()

Hides cursor.

Implementation

void hideCursor() {
  return library.HideCursor();
}