RendererInteractions class
Centralizes all touch interactions so that RendererCore can stay focused on drawing and animation responsibilities.
Constructors
- RendererInteractions(RendererCore renderer, RendererPluginManager pluginManager)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pluginManager → RendererPluginManager
-
final
- renderer → RendererCore
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
handleScaleStart(
ScaleStartDetails details) → void -
handleScaleUpdate(
ScaleUpdateDetails details) → void -
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