MouseSignalsMixin<T extends MouseInputData> mixin

A mixin that provides mouse-related signals for a component.

Only use mouse signals for now.

Mixin Applications

Properties

$onMouseClick EventSignal<T>?
(Internal)
getter/setter pair
$onMouseDoubleClick EventSignal<T>?
(Internal)
getter/setter pair
$onMouseDown EventSignal<T>?
(Internal)
getter/setter pair
$onMouseMove EventSignal<T>?
(Internal)
getter/setter pair
$onMouseOut EventSignal<T>?
(Internal)
getter/setter pair
$onMouseOver EventSignal<T>?
(Internal)
getter/setter pair
$onMouseUp EventSignal<T>?
(Internal)
getter/setter pair
$onMouseWheel EventSignal<T>?
(Internal)
getter/setter pair
$onRightMouseDown EventSignal<T>?
(Internal)
getter/setter pair
$onZoomPan EventSignal<T>?
(Internal)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onMouseClick EventSignal<T>
A signal that is dispatched when the mouse is clicked.
no setter
onMouseDoubleClick EventSignal<T>
A signal that is dispatched when the mouse is double clicked.
no setter
onMouseDown EventSignal<T>
A signal that is dispatched when the mouse button is pressed down.
no setter
onMouseMove EventSignal<T>
A signal that is dispatched when the mouse is moved.
no setter
onMouseOut EventSignal<T>
A signal that is dispatched when the mouse leaves a component.
no setter
onMouseOver EventSignal<T>
A signal that is dispatched when the mouse is over a component.
no setter
onMouseScroll EventSignal<T>
A signal that is dispatched when the mouse wheel is scrolled.
no setter
onMouseUp EventSignal<T>
A signal that is dispatched when the mouse button is released.
no setter
onRightMouseDown EventSignal<T>
A signal that is dispatched when the right mouse button is pressed down.
no setter
onZoomPan EventSignal<T>
A signal that is dispatched when a zoom/pan gesture is performed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$disposePointerSignals() → void
Disposes all mouse signals to free up memory.
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