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

Function resolveLinuxInputProvider

src/platforms/linux/input-actions.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25function resolveLinuxInputProvider() {
26 return resolveLinuxToolProvider().input;
27}
28
29/** Move the pointer to (x, y) using the detected input tool. */
30async function moveTo(x: number, y: number): Promise<void> {

Callers 7

sendKeyFunction · 0.85
clickLinuxButtonFunction · 0.85
doubleClickLinuxFunction · 0.85
longPressLinuxFunction · 0.85
swipeLinuxFunction · 0.85
scrollLinuxFunction · 0.85
typeLinuxFunction · 0.85

Calls 1

resolveLinuxToolProviderFunction · 0.90

Tested by

no test coverage detected