Under Windows, QPushButton won't generate pressed() or released() events on a *long* press of a target on a touch screen
-
Windows appears to modify the touchscreen tap flow to the QPushButton class.
The 'pressed()' and 'released()' signals are correctly generated if you do a quick tap on the touch screen.
However, if you do a long hold on the touch screen (> 0.5 second), neither the 'pressed()' nor 'released()' signals are issued.
Thanks
-
Hi,
that's a known issue, related to the touch screen driver for Windows.
Not related to Qt.