()
| 650 | } |
| 651 | |
| 652 | function pointerleave() { |
| 653 | dispatchPointerEvent(input._hostElement, 'pointermove', thumbX + 1000, thumbY); |
| 654 | } |
| 655 | |
| 656 | function pointerdown() { |
| 657 | dispatchPointerEvent(input._hostElement, 'pointerdown', thumbX, thumbY); |
no test coverage detected
searching dependent graphs…