I'm having trouble getting MouseWheelScrolled event data from thor. I am able to detect when the mouse wheel is used, but would like the data such as the delta without using the callback method in thor.
Is there a way for me to get MouseWheelScrolled data without creating a one off callback method?