Searched refs:shiftDown (Results 1 – 1 of 1) sorted by relevance
82 private shiftDown = false; property in PanAndZoomHandler141 if (this.shiftDown) {157 } else if (!this.shiftDown) {163 this.element.style.cursor = this.shiftDown ? PAN_CURSOR : DRAG_CURSOR;226 this.element.style.cursor = this.shiftDown ? PAN_CURSOR : DRAG_CURSOR;284 if (down === this.shiftDown) return;285 this.shiftDown = down;286 if (this.shiftDown) {