basic static method
void
basic()
Sets the cursor to the basic cursor.
Implementation
static void basic() {
cursor = SystemMouseCursors.basic;
}
Sets the cursor to the basic cursor.
static void basic() {
cursor = SystemMouseCursors.basic;
}