Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/13point5/gemini-cursor
/ setInitialPosition
Method
setInitialPosition
src/apps/cursor/controller.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
private setInitialPosition() {
16
this.mainWindow?.setPosition(this.cursorX, this.cursorY);
17
}
18
19
public smoothlyMoveCursor(targetX: number, targetY: number) {
20
if
(this.isAnimating || !this.mainWindow)
return
;
Callers
1
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected