ImGuiState

Undocumented in source.
struct ImGuiState {}

Members

Variables

ActiveClickDeltaToCenter
ImVec2 ActiveClickDeltaToCenter;
Undocumented in source.
ActiveId
ImGuiID ActiveId;
Undocumented in source.
ActiveIdIsAlive
bool ActiveIdIsAlive;
Undocumented in source.
ActiveIdIsFocusedOnly
bool ActiveIdIsFocusedOnly;
Undocumented in source.
ActiveIdIsJustActivated
bool ActiveIdIsJustActivated;
Undocumented in source.
ActiveIdPreviousFrame
ImGuiID ActiveIdPreviousFrame;
Undocumented in source.
ActiveIdWindow
ImGuiWindow* ActiveIdWindow;
Undocumented in source.
CaptureKeyboardNextFrame
bool CaptureKeyboardNextFrame;
Undocumented in source.
CaptureMouseNextFrame
bool CaptureMouseNextFrame;
Undocumented in source.
ColorEditModeStorage
ImGuiStorage ColorEditModeStorage;
Undocumented in source.
ColorModifiers
ImVector!(ImGuiColMod) ColorModifiers;
Undocumented in source.
CurrentPopupStack
ImVector!(ImGuiPopupRef) CurrentPopupStack;
Undocumented in source.
CurrentWindow
ImGuiWindow* CurrentWindow;
Undocumented in source.
CurrentWindowStack
ImVector!(ImGuiWindow*) CurrentWindowStack;
Undocumented in source.
DisableHideTextAfterDoubleHash
int DisableHideTextAfterDoubleHash;
Undocumented in source.
DragCurrentValue
float DragCurrentValue;
Undocumented in source.
DragLastMouseDelta
ImVec2 DragLastMouseDelta;
Undocumented in source.
DragSpeedDefaultRatio
float DragSpeedDefaultRatio;
Undocumented in source.
DragSpeedScaleFast
float DragSpeedScaleFast;
Undocumented in source.
DragSpeedScaleSlow
float DragSpeedScaleSlow;
Undocumented in source.
FocusedWindow
ImGuiWindow* FocusedWindow;
Undocumented in source.
Font
ImFont* Font;
Undocumented in source.
FontBaseSize
float FontBaseSize;
Undocumented in source.
FontSize
float FontSize;
Undocumented in source.
FontStack
ImVector!(ImFont*) FontStack;
Undocumented in source.
FontTexUvWhitePixel
ImVec2 FontTexUvWhitePixel;
Undocumented in source.
FrameCount
int FrameCount;
Undocumented in source.
FrameCountRendered
int FrameCountRendered;
Undocumented in source.
FramerateSecPerFrame
float[120] FramerateSecPerFrame;
Undocumented in source.
FramerateSecPerFrameAccum
float FramerateSecPerFrameAccum;
Undocumented in source.
FramerateSecPerFrameIdx
int FramerateSecPerFrameIdx;
Undocumented in source.
HoveredId
ImGuiID HoveredId;
Undocumented in source.
HoveredIdPreviousFrame
ImGuiID HoveredIdPreviousFrame;
Undocumented in source.
HoveredRootWindow
ImGuiWindow* HoveredRootWindow;
Undocumented in source.
HoveredWindow
ImGuiWindow* HoveredWindow;
Undocumented in source.
IO
ImGuiIO IO;
Undocumented in source.
Initialized
bool Initialized;
Undocumented in source.
InputTextState
ImGuiTextEditState InputTextState;
Undocumented in source.
LogAutoExpandMaxDepth
int LogAutoExpandMaxDepth;
Undocumented in source.
LogClipboard
ImGuiTextBuffer* LogClipboard;
Undocumented in source.
LogEnabled
bool LogEnabled;
Undocumented in source.
LogFile
FILE* LogFile;
Undocumented in source.
LogStartDepth
int LogStartDepth;
Undocumented in source.
ModalWindowDarkeningRatio
float ModalWindowDarkeningRatio;
Undocumented in source.
MouseCursor
ImGuiMouseCursor MouseCursor;
Undocumented in source.
MouseCursorData
ImGuiMouseCursorData[ImGuiMouseCursor_Count_] MouseCursorData;
Undocumented in source.
MovedWindow
ImGuiWindow* MovedWindow;
Undocumented in source.
OpenedPopupStack
ImVector!(ImGuiPopupRef) OpenedPopupStack;
Undocumented in source.
OverlayDrawList
ImDrawList OverlayDrawList;
Undocumented in source.
PrivateClipboard
char* PrivateClipboard;
Undocumented in source.
RenderDrawLists
ImVector!(ImDrawList*)[3] RenderDrawLists;
Undocumented in source.
ScalarAsInputTextId
ImGuiID ScalarAsInputTextId;
Undocumented in source.
ScrollbarClickDeltaToGrabCenter
ImVec2 ScrollbarClickDeltaToGrabCenter;
Undocumented in source.
SetNextTreeNodeOpenedCond
ImGuiSetCond SetNextTreeNodeOpenedCond;
Undocumented in source.
SetNextTreeNodeOpenedVal
bool SetNextTreeNodeOpenedVal;
Undocumented in source.
SetNextWindowCollapsedCond
ImGuiSetCond SetNextWindowCollapsedCond;
Undocumented in source.
SetNextWindowCollapsedVal
bool SetNextWindowCollapsedVal;
Undocumented in source.
SetNextWindowContentSizeCond
ImGuiSetCond SetNextWindowContentSizeCond;
Undocumented in source.
SetNextWindowContentSizeVal
ImVec2 SetNextWindowContentSizeVal;
Undocumented in source.
SetNextWindowFocus
bool SetNextWindowFocus;
Undocumented in source.
SetNextWindowPosCond
ImGuiSetCond SetNextWindowPosCond;
Undocumented in source.
SetNextWindowPosVal
ImVec2 SetNextWindowPosVal;
Undocumented in source.
SetNextWindowSizeCond
ImGuiSetCond SetNextWindowSizeCond;
Undocumented in source.
SetNextWindowSizeVal
ImVec2 SetNextWindowSizeVal;
Undocumented in source.
Settings
ImVector!(ImGuiIniData) Settings;
Undocumented in source.
SettingsDirtyTimer
float SettingsDirtyTimer;
Undocumented in source.
Style
ImGuiStyle Style;
Undocumented in source.
StyleModifiers
ImVector!(ImGuiStyleMod) StyleModifiers;
Undocumented in source.
TempBuffer
char[1024 * 3 + 1] TempBuffer;
Undocumented in source.
Time
float Time;
Undocumented in source.
Tooltip
char[1024] Tooltip;
Undocumented in source.
Windows
ImVector!(ImGuiWindow*) Windows;
Undocumented in source.
WindowsSortBuffer
ImVector!(ImGuiWindow*) WindowsSortBuffer;
Undocumented in source.

Meta