PointerRouter class
A routing table for PointerEvent events.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, 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
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited