Class RawUserInputPublisher
Constructors
Accessors
Methods
notifyPan
notifyPan(diff: Point): void
notifyRotate
notifyRotate(deltaRotation: number): void
notifyZoom
notifyZoom(deltaZoomAmount: number, anchorPoint: Point): void Parameters
- deltaZoomAmount: number
- anchorPoint: Point
Returns void
The raw user input publisher. Publishs raw user input events to the input flow control, and subscribers.