Home
last modified time | relevance | path

Searched refs:shiftDown (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts82 private shiftDown = false; property in PanAndZoomHandler
141 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) {