Move mode: pan the canvas view (if the DrawingCanvas supports a transform/offset). By default this mode simply does nothing visually special but prevents shapes from being drawn. If you want to pan, listen to the pan event or extend this class.
pan
Protected
Readonly
Called when this mode becomes active
Called when this mode becomes inactive
Draw any in-progress overlay for this mode. Called during the DrawingCanvas onDraw pass after all layers.
Called when the touch is cancelled
Optional
Called when the touch ends
Called as the touch moves
Called when a touch begins
Move mode: pan the canvas view (if the DrawingCanvas supports a transform/offset). By default this mode simply does nothing visually special but prevents shapes from being drawn. If you want to pan, listen to the
panevent or extend this class.