PointerInputTracker class
Converts PointerSample input into a stream of PointerSignals.
The tracker is stateless with respect to the scene model and can be reused by hosts that want tap/double-tap detection.
Constructors
- PointerInputTracker({PointerInputSettings? settings})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → PointerInputSettings
-
final
Methods
-
flushPending(
int timestampMs) → List< PointerSignal> - Emits deferred single-tap signals whose double-tap window has expired.
-
handle(
PointerSample sample) → List< PointerSignal> -
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