Hi,
I received a brand new Multitouch Acer T232HL screen for my developments in C#. I tested the multitouch and it worked perfectly with Paint, I can control my computer with only touch. It's great but it is not the first use I need of it.
I am currently developping a multimodal application with C#. That means I need to be able to control it using several control types (Keyboard+Mouse, Touch, Speech, Gestures, Eyes ...). The problems occur when I try to use my brand new screen with C# samples.
None of them can handle the touch events sent by the screen. I used a little tool called Snoop which allow me to spy my events mapping on my WPF application and no touch events appears to be detected by my application.
I also tried to reinstall the drivers but nothing changed.
Does anyone knows something about my problem?
Thanks! Baptiste