Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/achrafl0/multi-window-article
/ functions
Functions
12 in github.com/achrafl0/multi-window-article
⨍
Functions
12
◇
Types & classes
2
↓ 3 callers
Function
getCurrentWindowState
()
src/windowState.ts:3
↓ 3 callers
Function
getWindowCenter
(win: WindowState)
src/windowState.ts:29
↓ 3 callers
Function
sendSync
()
src/worker.ts:11
↓ 1 callers
Function
baseChange
({ currentWindowOffset, targetWindowOffset, targetPosition, }: { currentWindowOffset: Coordinates; t
src/main.ts:10
↓ 1 callers
Function
didWindowChange
({ newWindow, oldWindow, }: { newWindow: WindowState; oldWindow?: WindowState; })
src/windowState.ts:10
↓ 1 callers
Function
drawConnectingLine
({ ctx, hostWindow, targetWindow, }: { ctx: CanvasRenderingContext2D; hostWindow: WindowState; tar
src/main.ts:42
↓ 1 callers
Function
drawMainCircle
(ctx: CanvasRenderingContext2D, center: Coordinates)
src/main.ts:32
↓ 1 callers
Function
main
()
src/main.ts:79
↓ 1 callers
Method
onSync
(cb: OnSyncCallbackFunction)
src/workerHandler.ts:49
↓ 1 callers
Method
onSyncCallback
(allWindows: StateWithId[])
src/workerHandler.ts:43
↓ 1 callers
Method
windowHasChanged
()
src/workerHandler.ts:54
Method
constructor
()
src/workerHandler.ts:14