AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.16k stars 128 forks source link

[question] Capture mouse wheel event #697

Closed mars315 closed 10 months ago

mars315 commented 10 months ago

hi I want to capture the middle mouse button scrolling event on a window, increment or decrement/increment a number depending upon direction of wheel movement. what can i do? thx.

gucio321 commented 10 months ago

hmm, I can't see any way in nor giu or imgui-go, and since imgui-go is deprecated already, we can't do anything right now... Wait for #628

mars315 commented 10 months ago

thx