mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	As long as the item has an ID (for ID-less items will add new functionalities later.
Amend 2c3c5125
			
			
This commit is contained in:
		@@ -1568,7 +1568,7 @@ struct ImGuiContext
 | 
			
		||||
        ActiveIdClickOffset = ImVec2(-1, -1);
 | 
			
		||||
        ActiveIdWindow = NULL;
 | 
			
		||||
        ActiveIdSource = ImGuiInputSource_None;
 | 
			
		||||
        ActiveIdMouseButton = 0;
 | 
			
		||||
        ActiveIdMouseButton = -1;
 | 
			
		||||
        ActiveIdPreviousFrame = 0;
 | 
			
		||||
        ActiveIdPreviousFrameIsAlive = false;
 | 
			
		||||
        ActiveIdPreviousFrameHasBeenEditedBefore = false;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user