Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
import
{ generateRandomString } from
'./utils'
11
12
interface
CursorPosition {
13
x: number
14
y: number
15
}
16
17
interface
ScreenSize {
18
width: number
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected