diff Framework/Radiography/RadiographyWindowingTracker.cpp @ 457:3b4df9925db6 am-touch-events

added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
author Alain Mazy <alain@mazy.be>
date Thu, 24 Jan 2019 16:42:27 +0100
parents e3a6e3bf5c7c
children 4f2416d519b4
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyWindowingTracker.cpp	Wed Jan 23 13:58:51 2019 +0100
+++ b/Framework/Radiography/RadiographyWindowingTracker.cpp	Thu Jan 24 16:42:27 2019 +0100
@@ -163,7 +163,9 @@
   void RadiographyWindowingTracker::MouseMove(int displayX,
                                               int displayY,
                                               double sceneX,
-                                              double sceneY)
+                                              double sceneY,
+                                              const std::vector<Touch>& displayTouches,
+                                              const std::vector<Touch>& sceneTouches)
   {
     // This follows the behavior of the Osimis Web viewer:
     // https://bitbucket.org/osimis/osimis-webviewer-plugin/src/master/frontend/src/app/viewport/image-plugins/windowing-viewport-tool.class.js