MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / ImGuiWindowClass

Class ImGuiWindowClass

extern/imgui/imgui.h:167–167  ·  view source on GitHub ↗

A Platform Window (always 1 unless multi-viewport are enabled. One per platform window to output to). In the future may represent Platform Monitor

Source from the content-addressed store, hash-verified

165struct ImGuiTextFilter; // Helper to parse and apply text filters (e.g. "aaaaa[,bbbbb][,ccccc]")
166struct ImGuiViewport; // A Platform Window (always 1 unless multi-viewport are enabled. One per platform window to output to). In the future may represent Platform Monitor
167struct ImGuiWindowClass; // Window class (rare/advanced uses: provide hints to the platform backend via altered viewport flags and parent/child info)
168
169// Enumerations
170// - We don't use strongly typed enums much because they add constraints (can't extend in private code, can't store typed in bit fields, extra casting on iteration)

Callers 2

ImGuiWindowMethod · 0.85
DockSpaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected