ImGuiPlatformMonitor

imguicpp.ImGuiPlatformMonitor (extern class)

Instance Members

mainPos: ImVec2

Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)


mainSize: ImVec2

Coordinates of the area displayed on this monitor (Min = upper left, Max = bottom right)


workPos: ImVec2

Coordinates 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: ImVec2

Coordinates 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.Float32

1.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"