MCPcopy Index your code
hub / github.com/callstack/agent-device / focusLinux

Function focusLinux

src/platforms/linux/input-actions.ts:141–143  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

139}
140
141export async function focusLinux(x: number, y: number): Promise<void> {
142 await pressLinux(x, y);
143}
144
145// ── Swipe / scroll ──────────────────────────────────────────────────────
146

Callers 1

createLinuxInteractorFunction · 0.90

Calls 1

pressLinuxFunction · 0.85

Tested by

no test coverage detected