CefSharp.Wpf.Experimental Namespace |
[Missing <summary> documentation for "N:CefSharp.Wpf.Experimental"]
Class | Description | |
---|---|---|
ChromiumWebBrowserWithTouchSupport |
An Experimental ChromiumWebBrowser implementation that includes support for Stylus
using the default WPF touch implementation. There are known performance problems with
this default implementation, workarounds such as https://github.com/jaytwo/WmTouchDevice
may need to be considered. .Net 4.7 supports the newer WM_Pointer implementation which
should resolve the issue see https://github.com/dotnet/docs/blob/master/docs/framework/migration-guide/mitigation-pointer-based-touch-and-stylus-support.md
Original PR https://github.com/cefsharp/CefSharp/pull/2745
Original Author https://github.com/GSonofNun
Touch support was merged into ChromiumWebBrowser, only Style support still exists in this class
| |
WpfImeKeyboardHandler |
A WPF Keyboard handler implementation that supports IME
|