A routing table for PointerEvent events.
Constructors
Properties
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
addGlobalRoute(
PointerRoute route) → void -
Adds a route to the global entry in the routing table.
-
addRoute(
int pointer, PointerRoute route) → void -
Adds a route to the routing table.
-
removeGlobalRoute(
PointerRoute route) → void -
Removes a route from the global entry in the routing table.
-
removeRoute(
int pointer, PointerRoute route) → void -
Removes a route from the routing table.
-
route(
PointerEvent event) → void -
Calls the routes registered for this pointer event.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited