setShowCursor method

void setShowCursor(
  1. bool showCursor
)

Implementation

void setShowCursor(bool showCursor) {
  _showCursor = showCursor;
}