(udid: string, phase: TouchPhase, coords: Point)
| 2267 | } |
| 2268 | |
| 2269 | function sendTouchControl(udid: string, phase: TouchPhase, coords: Point) { |
| 2270 | sendControl(udid, { type: "touch", ...coords, phase }); |
| 2271 | } |
| 2272 | |
| 2273 | function flushPendingControlMove() { |
| 2274 | const pending = pendingControlMoveRef.current; |
no test coverage detected