hideMouse method

void hideMouse()

Hides the mouse cursor.

Implementation

void hideMouse() {
  _windowBackend.setCursorVisible(false);
}