Page 1 of 1

Mouse Wheel

Posted: Fri Feb 25, 2022 2:49 pm
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.

Re: Mouse Wheel

Posted: Fri Feb 25, 2022 3:14 pm
by salvadordf
Hi,

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