Searched refs:boundOnMouseMove (Results 1 – 3 of 3) sorted by relevance
17 private readonly boundOnMouseMove = this.onMouseMove.bind(this); property in DragGestureHandler33 document.body.addEventListener('mousemove', this.boundOnMouseMove);68 document.body.removeEventListener('mousemove', this.boundOnMouseMove);
39 private readonly boundOnMouseMove = this.onMouseMove.bind(this);62 .addEventListener('mousemove', this.boundOnMouseMove);67 .removeEventListener('mousemove', this.boundOnMouseMove);
78 private boundOnMouseMove = this.onMouseMove.bind(this); property in PanAndZoomHandler131 this.element.addEventListener('mousemove', this.boundOnMouseMove);174 this.element.removeEventListener('mousemove', this.boundOnMouseMove);