MCPcopy
hub / github.com/webadderallorg/Recordly / WinMonitorHandle

Interface WinMonitorHandle

electron/ipc/monitorResolver.ts:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * Represents a Windows monitor handle and its physical desktop coordinates.
5 */
6export interface WinMonitorHandle {
7 handle: number;
8 x: number;
9 y: number;
10 width: number;
11 height: number;
12}
13
14/**
15 * Retrieves raw HMONITOR handles from the Windows OS using a PowerShell bridge.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected