basic static method

void basic()

Sets the cursor to the basic cursor.

Implementation

static void basic() {
  cursor = SystemMouseCursors.basic;
}