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:
omar
2018-04-24 17:09:50 +02:00
parent 679f4882a5
commit e3e4b7bdf5
11 changed files with 38 additions and 22 deletions

View File

@ -211,7 +211,9 @@ void ImGui_ImplOpenGL2_DestroyDeviceObjects()
}
//--------------------------------------------------------------------------------------------------------
// Platform Interface (Optional, for multi-viewport support)
// 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..
//--------------------------------------------------------------------------------------------------------
static void ImGui_ImplOpenGL2_RenderWindow(ImGuiViewport* viewport, void*)