mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Viewport: Fixed mouse hover flicker on mouse button release frame after moving a window. (#1542)
Platform: Clarifying some comments in back-ends.
This commit is contained in:
		@@ -317,9 +317,11 @@ void ImGui_ImplGlfw_NewFrame()
 | 
			
		||||
    ImGui::NewFrame();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// --------------------------------------------------------------------------------------------------------
 | 
			
		||||
// Platform Windows
 | 
			
		||||
// --------------------------------------------------------------------------------------------------------
 | 
			
		||||
//--------------------------------------------------------------------------------------------------------
 | 
			
		||||
// MULTI-VIEWPORT / PLATFORM INTERFACE SUPPORT
 | 
			
		||||
// This is an _advanced_ and _optional_ feature, allowing the back-end to create and handle multiple viewports simultaneously.
 | 
			
		||||
// If you are new to dear imgui or creating a new binding for dear imgui, it is recommended that you completely ignore this section first..
 | 
			
		||||
//--------------------------------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
struct ImGuiViewportDataGlfw
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user