MCPcopy Create free account
hub / github.com/AmazingAng/PolyWorld / OverlayPointerState

Interface OverlayPointerState

src/hooks/usePanelDrag.ts:76–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76interface OverlayPointerState {
77 active: boolean;
78 startClientX: number;
79 startClientY: number;
80 originLeft: number;
81 originTop: number;
82 anchorX: number;
83 anchorY: number;
84 scrollDeltaX: number;
85 scrollDeltaY: number;
86 initialScrollPositions: Array<{ scrollLeft: number; scrollTop: number }>;
87}
88
89interface DragRuntimeState {
90 activeId: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected