CefSharp.Wpf.HwndHost
CefSharp.Wpf.HwndHost copied to clipboard
Designed as a drop in replacement for CefSharp.Wpf for those who want the native Win32 based implementation (For IME support and better performance).
Combination of the following - https://github.com/cefsharp/CefSharp/blob/master/NuGet/Readme.txt - https://github.com/cefsharp/CefSharp/blob/master/NuGet/PackageReference/Readme.txt
Directly clicking the mouse in the browser and CEF will recieve focus, we need to let WPF know that our HWND host has focus in this scenario. We need to...
The source for this project will be merged into the main `CefSharp` repo and this repo will be set to readonly.