VL.StandardLibs
VL.StandardLibs copied to clipboard
Mousewheel (and GetIO query)
@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.