Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
type Monitor struct {
Bounds Rect // Monitor bounds in screen units
WorkArea Rect // Work area (excluding taskbar, etc.) in screen units
Scale float64 // Scale factor (1.0 = 100%, 2.0 = 200%, etc.)
}
Monitor represents a display monitor and its properties. All coordinates are in screen units (physical pixels on Windows/Linux, points on macOS). Scale factor is used to convert between screen units and logical units.
Click to show internal directories.
Click to hide internal directories.