MCPcopy Create free account
hub / github.com/13point5/gemini-cursor / constructor

Method constructor

src/apps/cursor/controller.ts:10–13  ·  view source on GitHub ↗
(mainWindow: BrowserWindow)

Source from the content-addressed store, hash-verified

8 private mainWindow: BrowserWindow | null = null;
9
10 constructor(mainWindow: BrowserWindow) {
11 this.mainWindow = mainWindow;
12 this.setInitialPosition();
13 }
14
15 private setInitialPosition() {
16 this.mainWindow?.setPosition(this.cursorX, this.cursorY);

Callers

nothing calls this directly

Calls 1

setInitialPositionMethod · 0.95

Tested by

no test coverage detected