()
| 654 | } |
| 655 | |
| 656 | function pointerdown() { |
| 657 | dispatchPointerEvent(input._hostElement, 'pointerdown', thumbX, thumbY); |
| 658 | input.focus(); |
| 659 | } |
| 660 | |
| 661 | function pointerup() { |
| 662 | dispatchPointerEvent(input._hostElement, 'pointerup', thumbX, thumbY); |
no test coverage detected
searching dependent graphs…