GMouse class abstract

"Static" class for managing system mouse cursors. Accessible from pointer_manager.dart

Constructors

GMouse()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

cursor SystemMouseCursor
Gets the current system mouse cursor.
getter/setter pair

Static Methods

basic() → void
Sets the cursor to the basic cursor.
hide() → void
Hides the cursor.
isShowing() bool
Returns whether the cursor is currently showing.
setClickCursor() → void
Sets the cursor to the system click cursor.
show() → void
Shows the cursor.