Qt 6.11 is out! See what's new in the release
blog
MousePressEvent called twice on touch devices
General and Desktop
2
Posts
1
Posters
948
Views
1
Watching
-
Hello,
I get in some trouble when I´m using @mousePressEvent(QGraphicsSceneMouseEvent* event)@
with a touch input device. The event is called twice when touching once. If im clicking once with my default mouse the event is only called once (like it should be).
Any suggestions?
Thanks and regards.
-
Fixed it by upgrating to QT 5.2.1