Hi :)
Sry for not explaining well, i was in a rush earlier.
Im trying to create a multitouch WPF application with a CEFSharp webview wpf control. Mouse events are beeing registered by the control, and work fine. Touch on the other hand( from microsoft surface or my acer multitouch tablet) dont register at all and are forwarded to the container that the cefsharp.webview is contained in.
The WebBrowser control from Microsoft registers everything correctly...the CefSharp WPF Example does too, although i cant see where you register for touch events in the source code for the example on github.
Any Ideas?
ill gladly post code if you need it.
greetings
Kevin