| 1 | export interface HudOverlayWorkArea { |
| 2 | x: number; |
| 3 | y: number; |
| 4 | width: number; |
| 5 | height: number; |
| 6 | } |
| 7 | |
| 8 | const NON_PASSTHROUGH_HUD_WIDTH_DIP = 860; |
| 9 | const NON_PASSTHROUGH_HUD_COMPACT_HEIGHT_DIP = 160; |
nothing calls this directly
no outgoing calls
no test coverage detected