vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Mousewheel (and GetIO query) #19

Open antongit opened 1 year ago

antongit commented 1 year ago

@Verstecke asked in the Element: mostly trying to find how to detect whether IsMouseWheelActivated with imgui https://matrix.to/#/!wujnTyabvItCIgnlFd:matrix.org/$166526644885055ZvIhx:matrix.org?via=matrix.org&via=t2bot.io&via=cybre.space

It looks like, the mousewheel is accessed via the io. See here: https://github.com/ocornut/imgui/blob/8a44c31c95c8e0217f6e1fc814cbbbcca4981f14/imgui.h#L294 and here: https://github.com/ocornut/imgui/blob/8a44c31c95c8e0217f6e1fc814cbbbcca4981f14/imgui.h#L1442

We still don't have GetIO wrapped.