ImGui.NET
ImGui.NET copied to clipboard
SetItemKeyOwner missing
Hi!
I'd like to stop a window from scrolling when using the mouse wheel over a certain item. This should be doable with SetItemKeyOwner(ImGuiKey_MouseWheelY);
The function however is marked as internal: "location": "imgui_internal:3519",
I guess there is a technical reason for making it internal. Would be awesome, however, if there would be a way to make it public...!