- AllowKeyboardFocus
bool AllowKeyboardFocus;
Undocumented in source.
- AllowKeyboardFocusStack
ImVector!(bool) AllowKeyboardFocusStack;
Undocumented in source.
- ButtonRepeat
bool ButtonRepeat;
Undocumented in source.
- ButtonRepeatStack
ImVector!(bool) ButtonRepeatStack;
Undocumented in source.
- ChildWindows
ImVector!(ImGuiWindow*) ChildWindows;
Undocumented in source.
- ColorEditMode
ImGuiColorEditMode ColorEditMode;
Undocumented in source.
- ColumnsCellMaxY
float ColumnsCellMaxY;
Undocumented in source.
- ColumnsCellMinY
float ColumnsCellMinY;
Undocumented in source.
- ColumnsCount
int ColumnsCount;
Undocumented in source.
- ColumnsCurrent
int ColumnsCurrent;
Undocumented in source.
- ColumnsOffsetX
float ColumnsOffsetX;
Undocumented in source.
- ColumnsOffsetsT
ImVector!(float) ColumnsOffsetsT;
Undocumented in source.
- ColumnsSetID
ImGuiID ColumnsSetID;
Undocumented in source.
- ColumnsShowBorders
bool ColumnsShowBorders;
Undocumented in source.
- ColumnsStartPos
ImVec2 ColumnsStartPos;
Undocumented in source.
- ColumnsStartX
float ColumnsStartX;
Undocumented in source.
- CurrentLineHeight
float CurrentLineHeight;
Undocumented in source.
- CurrentLineTextBaseOffset
float CurrentLineTextBaseOffset;
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.
- GroupStack
ImVector!(ImGuiGroupData) GroupStack;
Undocumented in source.
- ItemWidth
float ItemWidth;
Undocumented in source.
- ItemWidthStack
ImVector!(float) ItemWidthStack;
Undocumented in source.
- LastItemHoveredAndUsable
bool LastItemHoveredAndUsable;
Undocumented in source.
- LastItemHoveredRect
bool LastItemHoveredRect;
Undocumented in source.
- LastItemID
ImGuiID LastItemID;
Undocumented in source.
- LastItemRect
ImRect LastItemRect;
Undocumented in source.
- LayoutType
ImGuiLayoutType LayoutType;
Undocumented in source.
- LogLinePosY
float LogLinePosY;
Undocumented in source.
- MenuBarAppending
bool MenuBarAppending;
Undocumented in source.
- MenuBarOffsetX
float MenuBarOffsetX;
Undocumented in source.
- PrevLineHeight
float PrevLineHeight;
Undocumented in source.
- PrevLineTextBaseOffset
float PrevLineTextBaseOffset;
Undocumented in source.
- StackSizesBackup
int[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.