()
| 646 | } |
| 647 | |
| 648 | function pointerenter() { |
| 649 | dispatchPointerEvent(input._hostElement, 'pointermove', thumbX, thumbY); |
| 650 | } |
| 651 | |
| 652 | function pointerleave() { |
| 653 | dispatchPointerEvent(input._hostElement, 'pointermove', thumbX + 1000, thumbY); |
no test coverage detected