mirror of
https://github.com/ocornut/imgui.git
synced 2025-02-19 20:11:41 +01:00
Minor comment (#439)
This commit is contained in:
parent
217a6c875a
commit
66886405f6
@ -512,8 +512,8 @@ struct IMGUI_API ImGuiDrawContext
|
|||||||
int TreeDepth;
|
int TreeDepth;
|
||||||
ImGuiID LastItemID;
|
ImGuiID LastItemID;
|
||||||
ImRect LastItemRect;
|
ImRect LastItemRect;
|
||||||
bool LastItemHoveredAndUsable;
|
bool LastItemHoveredAndUsable; // Item rectangle is hovered, and its window is currently interactable with (not blocked by a popup preventing access to the window)
|
||||||
bool LastItemHoveredRect;
|
bool LastItemHoveredRect; // Item rectangle is hovered, but its window may or not be currently interactable with (might be blocked by a popup preventing access to the window)
|
||||||
bool MenuBarAppending;
|
bool MenuBarAppending;
|
||||||
float MenuBarOffsetX;
|
float MenuBarOffsetX;
|
||||||
ImVector<ImGuiWindow*> ChildWindows;
|
ImVector<ImGuiWindow*> ChildWindows;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user