qt5base-lts/tests/manual/qtabletevent/device_information
Shawn Rutledge 9b72900834 Update QTabletEvent device_information manual test
- stop using deprecated accessors in QTabletEvent and QMouseEvent
- position() and globalPosition() provide high resolution so
  we don't need to display hi-res global pos separately
- keep a pointer to the last-seen QPointingDevice instance
  rather than copying fields out of it; it will only be deleted
  if the platform plugin does that (usually only at exit or
  when it's unplugged)
- show seat ID
- show platform-specific device ID

Change-Id: Ic34e1d1256d6956867992db831c2e66bdda7001e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-06-17 09:12:20 +02:00
..
CMakeLists.txt Convert all of tests/manual 2019-11-14 09:03:26 +00:00
device_information.pro qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases. 2015-08-31 19:56:59 +00:00
main.cpp Updated license headers 2016-01-21 18:55:18 +00:00
tabletwidget.cpp Update QTabletEvent device_information manual test 2020-06-17 09:12:20 +02:00
tabletwidget.h Update QTabletEvent device_information manual test 2020-06-17 09:12:20 +02:00