MoveEvent class

The pointer has moved with respect to the device while the pointer is in contact with the device.

See also:

Inheritance
Annotations

Constructors

MoveEvent(Offset localPos, Offset position, int pointer, {Offset localDelta = const Offset(0, 0), Offset delta = const Offset(0, 0)})
const

Properties

delta Offset
Distance in logical pixels that the pointer moved since the last MoveEvent.
final
hashCode int
The hash code for this object.
no setterinherited
localDelta Offset
The delta transformed into the event receiver's local coordinate system according to transform.
final
localPos Offset
The position transformed into the event receiver's local coordinate system according to transform.
finalinherited
pointer int
Unique identifier for the pointer, not reused. Changes for each new pointer down event.
finalinherited
position Offset
Coordinate of the position of the pointer, in logical pixels in the global coordinate space.
finalinherited
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