enum
ImGui::ImGuiViewportFlags
Overview
Defined in:
types.crEnum Members
-
None =
0 -
IsPlatformWindow =
1 -
Represent a Platform Window
-
IsPlatformMonitor =
2 -
Represent a Platform Monitor (unused yet)
-
OwnedByApp =
4 -
Platform Window: is created/managed by the application (rather than a dear imgui backend)
-
All =
7
Instance Method Summary
-
#is_platform_monitor?
Returns
trueif this enum value containsIsPlatformMonitor -
#is_platform_window?
Returns
trueif this enum value containsIsPlatformWindow -
#none?
Returns
trueif this enum value containsNone -
#owned_by_app?
Returns
trueif this enum value containsOwnedByApp