NogginBops / ImGui.NET_OpenTK_Sample

A sample project showing an ImGui (using ImGui.NET) renderer for OpenTK in C#
109 stars 26 forks source link

Add support for mouse front/back #24

Closed AntoineGagnon1 closed 1 year ago

AntoineGagnon1 commented 2 years ago

ImGui.NET does not have the buttons in the ImGuiMouseButton enum but they are supported by Dear ImGui. How to use : (ImGuiMouseButton)3 // Back (ImGuiMouseButton)4 // Front

NogginBops commented 2 years ago

I see no harm in adding this, though I can't find any examples in the dear imgui repo that uses these buttons.