mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	This commit is contained in:
		@@ -2189,6 +2189,7 @@ struct IMGUI_API ImGuiWindow
 | 
			
		||||
    bool                    Appearing;                          // Set during the frame where the window is appearing (or re-appearing)
 | 
			
		||||
    bool                    Hidden;                             // Do not display (== HiddenFrames*** > 0)
 | 
			
		||||
    bool                    IsFallbackWindow;                   // Set on the "Debug##Default" window.
 | 
			
		||||
    bool                    IsExplicitChild;                    // Set when passed _ChildWindow, left to false by BeginDocked()
 | 
			
		||||
    bool                    HasCloseButton;                     // Set when the window has a close button (p_open != NULL)
 | 
			
		||||
    signed char             ResizeBorderHeld;                   // Current border being held for resize (-1: none, otherwise 0-3)
 | 
			
		||||
    short                   BeginCount;                         // Number of Begin() during the current frame (generally 0 or 1, 1+ if appending via multiple Begin/End pairs)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user