When an event type is `QEvent::Wheel`, the event type is `QWheelEvent`, which is not a `QMouseEvent`. This caused a undefined behavior that can be cached by ubsan.
When an event type is `QEvent::Wheel`, the event type is `QWheelEvent`, which is not a `QMouseEvent`. This caused a undefined behavior that can be cached by ubsan.