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

Post Reply
User avatar
agofpos1
Posts: 2
Joined: Sun Feb 13, 2022 7:02 am

Mouse Wheel

Post by agofpos1 »

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.
User avatar
salvadordf
Posts: 4056
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Mouse Wheel

Post by salvadordf »

Hi,

I use a low level mouse hook with SetWindowsHookEx and WH_MOUSE_LL to intercept all WM_MOUSEWHEEL messages.
Post Reply