setClickCursor static method

void setClickCursor()

Sets the cursor to the system click cursor.

Implementation

static void setClickCursor() {
  cursor = SystemMouseCursors.click;
}