(payload)
| 360 | } |
| 361 | |
| 362 | export function pointerover(payload) { |
| 363 | return createPointerEvent('pointerover', payload); |
| 364 | } |
| 365 | |
| 366 | export function pointerup(payload) { |
| 367 | return createPointerEvent('pointerup', { |
nothing calls this directly
no test coverage detected