qt5base-lts/tests/auto/gui/kernel/qtouchevent
Jan Arve Saether 8984c42d17 Combine device and point id into 32 bit point id
This is second attempt of change cd26e66c2e

This allows us to not have conflicts between the point ids between
different devices for QtQuick pointer handlers.

We do this in QtGui because we can then safely compare point ids from
QTouchEvent::TouchPoint and QQuickEventPoint.

(Point ids that QtQuick pointer handlers use will be based on the point
ids provided by QTouchEvent::TouchPoint::id)

[ChangeLog][QtGui][QTouchEvent][Important Behavior Changes]
Touch point ids are now unique even between different devices. As a
consequence of that, you cannot anymore assume that
QTouchEvent::TouchPoint::id has the same value as given by the native
platform nor the same value as given by synthesized touch points.

Change-Id: Iad2fd8c6a43ccc571a227a01134a1e8f829dfaf4
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
2016-10-28 11:07:04 +00:00
..
BLACKLIST Stabilize tst_qtouchevent. 2015-06-01 13:39:13 +00:00
qtouchevent.pro Reanimate test gui/kernel/qtouchevent/tst_qtouchevent. 2015-05-29 16:36:48 +00:00
tst_qtouchevent.cpp Combine device and point id into 32 bit point id 2016-10-28 11:07:04 +00:00