Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.0.0, 5.3.0
-
None
Description
Similar to QTBUG-22056 and QTBUG-30840 and QTBUG-31047: the goal is that every Item which can handle mouse events can also handle touch events, and vice-versa, so that synthesizing one type of event from another becomes deprecated (or at least avoidable and unnecessary) over time. It will reduce bugs and also allow touching multiple MouseAreas at the same time, which is necessary for multi-user touch applications and even certain single-user applications, such as a virtual keyboard, a piano or a sound mixer (multiple Sliders in parallel). The reason that you cannot currently do that is because Qt has a deep long-standing assumption that there is only one mouse.
Attachments
Issue Links
- duplicates
-
QTBUG-22056 Allow MouseArea and Flickable to use touch events
- Closed
- relates to
-
QTBUG-73936 can't TOUCH-PRESS more then 1 qtpushbutton simultaneously
- Closed