MultiGestureEvent class

A multifinger gesture was made.

SDL Docs

Inheritance
Mixed in types

Constructors

MultiGestureEvent({required Sdl sdl, required int timestamp, required int touchId, required double dTheta, required double dDist, required int numFingers, required double x, required double y})
Create an event.

Properties

coordinates Point<double>
Complete coordinates.
no setterinherited
dDist double
The amount that the fingers pinched during this motion.
final
dTheta double
The amount that the fingers rotated during this motion.
final
hashCode int
The hash code for this object.
no setterinherited
numFingers int
The number of fingers used in the gesture.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdl Sdl
The SDL bindings to use for this event.
finalinherited
timestamp int
The time this event was emitted.
finalinherited
touchId int
The touch device id.
final
x double
X coordinate.
latefinalinherited
y double
Y coordinate.
latefinalinherited

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