Searched defs:ImGuiWindowFlags_NoScrollWithMouse (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h698 ImGuiWindowFlags_NoScrollWithMouse = 1 << 4, // Disable user vertically scrolling with mouse wheel. On child window, mouse wheel will be forwarded to the parent unless NoScrollbar is also set. enumerator in enum:ImGuiWindowFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h698 ImGuiWindowFlags_NoScrollWithMouse = 1 << 4, // Disable user vertically scrolling with mouse wheel. On child window, mouse wheel will be forwarded to the parent unless NoScrollbar is also set. enumerator in enum:ImGuiWindowFlags_

Completed in 16 milliseconds