mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Minor comment (#439)
This commit is contained in:
		| @@ -512,8 +512,8 @@ struct IMGUI_API ImGuiDrawContext | ||||
|     int                     TreeDepth; | ||||
|     ImGuiID                 LastItemID; | ||||
|     ImRect                  LastItemRect; | ||||
|     bool                    LastItemHoveredAndUsable; | ||||
|     bool                    LastItemHoveredRect; | ||||
|     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;       // 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; | ||||
|     float                   MenuBarOffsetX; | ||||
|     ImVector<ImGuiWindow*>  ChildWindows; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user