- ChildWindows
ImVector_ImGuiWindowPtr ChildWindows;
Undocumented in source.
- ColumnsOffset
ImVec1 ColumnsOffset;
Undocumented in source.
- CurrLineSize
ImVec2 CurrLineSize;
Undocumented in source.
- CurrLineTextBaseOffset
float CurrLineTextBaseOffset;
Undocumented in source.
- CurrentColumns
ImGuiColumns* CurrentColumns;
Undocumented in source.
- CursorMaxPos
ImVec2 CursorMaxPos;
Undocumented in source.
- CursorPos
ImVec2 CursorPos;
Undocumented in source.
- CursorPosPrevLine
ImVec2 CursorPosPrevLine;
Undocumented in source.
- CursorStartPos
ImVec2 CursorStartPos;
Undocumented in source.
- FocusCounterRegular
int FocusCounterRegular;
Undocumented in source.
- FocusCounterTabStop
int FocusCounterTabStop;
Undocumented in source.
- GroupOffset
ImVec1 GroupOffset;
Undocumented in source.
- GroupStack
ImVector_ImGuiGroupData GroupStack;
Undocumented in source.
- Indent
ImVec1 Indent;
Undocumented in source.
- ItemFlags
int ItemFlags;
Undocumented in source.
- ItemFlagsStack
ImVector_ImGuiItemFlags ItemFlagsStack;
Undocumented in source.
- ItemWidth
float ItemWidth;
Undocumented in source.
- ItemWidthStack
ImVector_float ItemWidthStack;
Undocumented in source.
- LastItemDisplayRect
ImRect LastItemDisplayRect;
Undocumented in source.
- LastItemId
uint LastItemId;
Undocumented in source.
- LastItemRect
ImRect LastItemRect;
Undocumented in source.
- LastItemStatusFlags
int LastItemStatusFlags;
Undocumented in source.
- LayoutType
int LayoutType;
Undocumented in source.
- MenuBarAppending
bool MenuBarAppending;
Undocumented in source.
- MenuBarOffset
ImVec2 MenuBarOffset;
Undocumented in source.
- MenuColumns
ImGuiMenuColumns MenuColumns;
Undocumented in source.
- NavFocusScopeIdCurrent
uint NavFocusScopeIdCurrent;
Undocumented in source.
- NavHasScroll
bool NavHasScroll;
Undocumented in source.
- NavHideHighlightOneFrame
bool NavHideHighlightOneFrame;
Undocumented in source.
- NavLayerActiveMask
int NavLayerActiveMask;
Undocumented in source.
- NavLayerActiveMaskNext
int NavLayerActiveMaskNext;
Undocumented in source.
- NavLayerCurrent
ImGuiNavLayer NavLayerCurrent;
Undocumented in source.
- ParentLayoutType
int ParentLayoutType;
Undocumented in source.
- PrevLineSize
ImVec2 PrevLineSize;
Undocumented in source.
- PrevLineTextBaseOffset
float PrevLineTextBaseOffset;
Undocumented in source.
- StackSizesBackup
short[6] StackSizesBackup;
Undocumented in source.
- StateStorage
ImGuiStorage* StateStorage;
Undocumented in source.
- TextWrapPos
float TextWrapPos;
Undocumented in source.
- TextWrapPosStack
ImVector_float TextWrapPosStack;
Undocumented in source.
- TreeDepth
int TreeDepth;
Undocumented in source.
- TreeJumpToParentOnPopMask
uint TreeJumpToParentOnPopMask;
Undocumented in source.