I'm trying to make a slider that responds to the mouse wheel, however when my cursor is over a UI window, OnMouseWheel is never called. Ideally there can be something similar to UI::GetMousePos for the wheel, but it would also be nice to have the callback work in this regard. Maybe this is related to #6?
I'm trying to make a slider that responds to the mouse wheel, however when my cursor is over a UI window,
OnMouseWheel
is never called. Ideally there can be something similar toUI::GetMousePos
for the wheel, but it would also be nice to have the callback work in this regard. Maybe this is related to #6?