WinForms - Unable to get mouse wheel or key presses #4364
EricBourque
started this conversation in
General
Replies: 1 comment
-
This is the expected behaviour as See #3340
You should be able to adapt the example at https://github.com/cefsharp/CefSharp/blob/cefsharp/109/CefSharp.WinForms.Example/BrowserTabUserControl.cs#L363 to handle https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-mousewheel |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear CefSharp team,
I am using CefSharp.WinForms 108.4.120
I am trying to use CTRL-MouseScroll to change the zoom level, I can't seem to get the mouse scroll value when the browser is focused.
The F5 key is also decreasing the width of my URL textbox every I press it for some reason.
How can I use CTRL + MouseScroll when the browser is focused (I am going to use this for the zoom level)
Beta Was this translation helpful? Give feedback.
All reactions