void hide()

Source

static void hide() {
  _cursorHidden = true;
  _cursorChangedEvent.add(_cursorName);
}