Interface InputFlowControl
Methods
notifyPanInput
notifyPanInput(diff: Point): void
notifyRotationInput
notifyRotationInput(deltaRotation: number): void
notifyZoomInput
notifyZoomInput(deltaZoomAmount: number, anchorPoint: Point): void Parameters
- deltaZoomAmount: number
- anchorPoint: Point
Returns void
The interface for the input flow control. It should at least have user input handlers for pan, zoom and rotation.