I am trying to handle QTouchEvent from an M3 touchscreen in Qt 5.9. I use the Qt Finger print example and it works fine on Windows 7, but on Ubuntu 16.04 I get mouse events instead of touch events. Is it Qt foult or the wrong OS configuration?
The larger QTouchDevice::devices().size() always 0.
c ++ linux qt multiplatform touchscreen
jaskmar
source share