WebView2Feedback icon indicating copy to clipboard operation
WebView2Feedback copied to clipboard

Complete keyboard/mouse input filtering API

Open nnemkin opened this issue 5 years ago • 9 comments

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.

AB#28632280

nnemkin avatar Jan 28 '20 19:01 nnemkin