We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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
mostly trying to find how to detect whether IsMouseWheelActivated with imgui
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
io
We still don't have GetIO wrapped.
The text was updated successfully, but these errors were encountered:
azeno
antongit
No branches or pull requests
@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.
The text was updated successfully, but these errors were encountered: