WM_MOUSEWHEEL event not implemented in d3d11
Describe your issue
WM_MOUSEWHEEL event is not implemented in gst_d3d11_window_win32_on_mouse_event. This makes it impossible to detect mouse scroll events, which are necessary for effects such as zoom.
Expected Behavior
Mouse scroll is correctly detected and processed in Windows.
Observed Behavior
Mouse scroll is not detected nor processed in Windows.
Setup
- Operating System: Windows 10 Pro
- Device: Lenovo ThinkPad T14s Gen 4 Intel
- GStreamer Version: 1.24.8
- Command line: Developer Powershell for VS 2022
Steps to reproduce the bug
Run the zoom example and try zooming in and out using the mouse wheel.
How reproducible is the bug?
Always
Additional Information
I will create the MR soon.