ImGuiPlatformMonitor
imguicpp.ImGuiPlatformMonitor (extern class)
Instance Members
mainPos: ImVec2Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
mainSize: ImVec2Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)
workPos: ImVec2Coordinates without task bars / side bars / menu bars. Used to avoid positioning popups/tooltips inside this region. If you don't have this info, please copy the value for MainPos/MainSize.
workSize: ImVec2Coordinates without task bars / side bars / menu bars. Used to avoid positioning popups/tooltips inside this region. If you don't have this info, please copy the value for MainPos/MainSize.
dpiScale: cpp.Float321.0f = 96 DPI
platformHandle: cpp.RawPointer<cpp.Void>Backend dependant data (e.g. HMONITOR, GLFWmonitor*, SDL Display Index, NSScreen*)
Metadata
| Name | Parameters |
|---|---|
:structAccess |
- |
:include |
"linc_imgui.h" |