Interface InputControlCenter

interface InputControlCenter {
    limitEntireViewPort: boolean;
    notifyPanInput(diff: Point): void;
    notifyRotationInput(deltaRotation: number): void;
    notifyZoomInput(deltaZoomAmount: number, anchorPoint: Point): void;
}

Implemented by

Properties

limitEntireViewPort: boolean

Methods