Properties
Private
rotateCallbackList
Accessors
read and writecontrolCenter
Methods
notifyOnPan
- notifyOnPan(camera, diff): void
Returns void
notifyOnRotation
- notifyOnRotation(camera, deltaRotation): void
Returns void
notifyOnZoom
- notifyOnZoom(camera, deltaZoomAmount, anchorPoint): void
Returns void
onInput
- onInput<K>(eventName, callback): UnsubscribeToInput
Parameters
- eventName: K
- callback: ((event) => void)
- (event): void
Returns void
This is the observer class that listens to input events and notifies the control center.