|
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)
|
|---|
|
|
| imgui.cpp |
|---|
| imgui.h |
|---|
| imgui_demo.cpp |
|---|