MouseEvent class
Constructors
- MouseEvent({required int x, required int y, required MouseButton button, required MouseAction action, bool ctrl = false, bool alt = false, bool shift = false})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited