Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.2
-
Qt 5.15.2 / Xcode 11.3.1
-
-
f0f00dbd119e0169bc81aa761e4d548e4ecf2214 (qt/qtbase/dev) 4a3fe46313c46f63ec27b46439825ea3fd17a6bf (qt/qtbase/6.1) 5506313d54e72db3cdfea722ea0b0c7242a7aafc (qt/qtbase/6.0) 331096f8d3f3bc7d76ea3e16080cfb9cc9f06eaa (qt/tqtc-qtbase/5.15)
Description
When using a single MultiPointTouchArea, three fingers tap causes touch release to delay for almost one second. This turn impratical to create a virtual piano keyboard as it is not possible to play three note chords with it.
I wanted to avoid to have a MultiPointTouchArea for each key in the keyboard which can have up to 128 keys. Using a single MultiPointTouchArea makes much more sense. I think the problem doesn't happen if a MultiPointTouchArea is used per key.
I'm using Qt 5.15.2 but the problem has been here for a very long time. I'm finally trying to get a solution for it.