Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Mouse Wheel
Mouse Wheel
I am trying to implement zoom-in and zoom-out. I can't find any demo but when I tried to mouse wheel using briskbard browser, it zooms-in-and-out when I use ctrl+mouse_wheel. I am wondering how did you implement it.
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Mouse Wheel
Hi,
I use a low level mouse hook with SetWindowsHookEx and WH_MOUSE_LL to intercept all WM_MOUSEWHEEL messages.
I use a low level mouse hook with SetWindowsHookEx and WH_MOUSE_LL to intercept all WM_MOUSEWHEEL messages.