MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / sendTouchControl

Function sendTouchControl

packages/client/src/app/AppShell.tsx:2269–2271  ·  view source on GitHub ↗
(udid: string, phase: TouchPhase, coords: Point)

Source from the content-addressed store, hash-verified

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;

Callers 1

AppShellFunction · 0.85

Calls 1

sendControlFunction · 0.85

Tested by

no test coverage detected