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

Interface HudOverlayWorkArea

electron/hudOverlayBounds.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface HudOverlayWorkArea {
2 x: number;
3 y: number;
4 width: number;
5 height: number;
6}
7
8const NON_PASSTHROUGH_HUD_WIDTH_DIP = 860;
9const NON_PASSTHROUGH_HUD_COMPACT_HEIGHT_DIP = 160;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected