()
| 48 | } |
| 49 | |
| 50 | getTouchEventMap () { |
| 51 | return { |
| 52 | touchmove: this.handleTouchMove, |
| 53 | touchend: this.handleTouchEnd |
| 54 | }; |
| 55 | } |
| 56 | |
| 57 | handleMouseMove = (event) => { |
| 58 | this.move(events.getMousePosition(event)); |
no outgoing calls
no test coverage detected