MCPcopy Index your code
hub / github.com/material-shell/material-shell / CurrentDrag

Interface CurrentDrag

src/manager/msDndManager.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { MsWindowManager } from './msWindowManager';
18
19interface CurrentDrag {
20 msWindow: MsWindow;
21 originPointerAnchor: [number, number];
22 originalParent: Clutter.Actor;
23}
24
25export class MsDndManager extends MsManager {
26 msWindowManager: MsWindowManager;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected