You can override the wheelevent and implement your own logic.
What you can do is use a timer. Start the timer when u get a wheel event and the timer is not running.
Stack the events / store delta value for the wheel events that are received while the timer is active, and ignore the event.
Now when the timer gets timed out, emit a signal with the combined delta
Hope you get the idea![]()




Reply With Quote
Bookmarks