| 2 | import { Observable, filter, fromEvent, merge } from 'rxjs' |
| 3 | |
| 4 | export interface ClientPoint { |
| 5 | x: number |
| 6 | y: number |
| 7 | } |
| 8 | |
| 9 | /** |
| 10 | * Only supporting a single {@link TouchEvent} point |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…