WheelEvent queue in the OnZoom handler
Posted: Tue Apr 05, 2022 2:58 pm
Our test team performs negative testing.
The testers have discovered a performance issue using the MouseWheel zoom.
They roll the wheel is both directions rapidly and multiple times.
This causes the WheelEvent queue to load up.
The user stops the wheel movement, but the Zoom in/out actions continue on the screen for some time as the queue is emptied.
Is there a way to clear the WheelEvent queue in the OnZoom handler?
The testers have discovered a performance issue using the MouseWheel zoom.
They roll the wheel is both directions rapidly and multiple times.
This causes the WheelEvent queue to load up.
The user stops the wheel movement, but the Zoom in/out actions continue on the screen for some time as the queue is emptied.
Is there a way to clear the WheelEvent queue in the OnZoom handler?