WebView2Feedback
WebView2Feedback copied to clipboard
Complete keyboard/mouse input filtering API
I'd like to see (and possibly reject) all keyboard and mouse input going to the WebView.
add_AcceleratorKeyPressed
is good, but incomplete. It would be great if it routed full input message range, WM_MOUSEFIRST
to WM_MOUSELAST
and WM_KEYFIRST
to WM_KEYLAST
.
Alternatively, expose a HWND that can be subclassed for filtering purposes.