PointerEventRecord class
A record of input PointerEvent list with the timeStamp of when it is injected.
The timeDelay is used to indicate the time when the event packet should be sent.
This is a simulation of how the framework is receiving input events from the engine. See GestureBinding and PointerDataPacket.
Constructors
-
PointerEventRecord(Duration timeDelay, List<
PointerEvent> events) - Creates a pack of PointerEvents.
Properties
-
events
→ List<
PointerEvent> -
The event list of the record.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeDelay → Duration
-
The time delay of when the event record should be sent.
final
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