mouse events instead of touch events even though AA_SynthesizeTouchForUnhandledMouseEvents is off
Unsolved
General and Desktop
-
On Windows, my application receives mouse events when using a touch monitor, even though I turned off the AA_SynthesizeTouchForUnhandledMouseEvents flag. Based on the callstack, Qt receives the mouse events directly from Windows (with no translation from touch events visible in the call stack)
Is there something else you need to do on Windows in order to get touch events for touch inputs, and mouse events for mouse inputs?