ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

SetItemKeyOwner missing

Open gregsn opened this issue 1 year ago • 8 comments

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...!

gregsn avatar Jul 16 '24 14:07 gregsn