Using the ImGuiWindowFlags_NoScrollWithMouse flag on a child window forwards the mouse wheel event to the parent window, unless either ImGuiWindowFlags_NoInputs or ImGuiWindowFlags_NoScrollbar are also set. (#1380, #1502)
1 parent ac8e708 commit eefea0588a6a26033e92ad20955126e4f926842f
@omar omar authored on 14 Dec 2017
Showing 3 changed files
View
imgui.cpp
View
imgui.h
View
imgui_demo.cpp