MCPcopy Create free account
hub / github.com/e2b-dev/desktop / CursorPosition

Interface CursorPosition

packages/js-sdk/src/sandbox.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { generateRandomString } from './utils'
11
12interface CursorPosition {
13 x: number
14 y: number
15}
16
17interface ScreenSize {
18 width: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected