You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #2891 (comment) for some info on this deprecated function and a suggestion to use SetItemKeyOwner as part of the more generic system that replaces it.
Also linking to #4207, cross-posting
Everything in imgui_internal.h is technically not guaranteed to be stable, but SetItemKeyOwner() is the way forward.
As SetItemUsingMouseWheel() was mentioned in #5108#4303#4207#2891#2704 I added a redirection function in imgui_internal.h but those are fairly exceptional and the SetItemUsingMouseWheel() inline function will eventually be removed.
There is a very small change that SetItemKeyOwner() will evolve but either way the feature will be preserved.
Version: v1.89.1
What happened to
SetItemUsingMouseWheel
? What's the current mechanism to achieve this in 1.89.1?The text was updated successfully, but these errors were encountered: