diff Framework/Scene2DViewport/IFlexiblePointerTracker.h @ 727:853e30d17cae

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:45:06 +0200
parents 28b9e3a54200
children c0fcb2757b0a
line wrap: on
line diff
--- a/Framework/Scene2DViewport/IFlexiblePointerTracker.h	Tue May 21 11:43:25 2019 +0200
+++ b/Framework/Scene2DViewport/IFlexiblePointerTracker.h	Tue May 21 11:45:06 2019 +0200
@@ -53,6 +53,12 @@
     /**
     This method will be called when a touch/pointer is added (mouse down, 
     pen or finger press)
+
+    Important note: the initial pointer down that leads to creating the 
+    tracker is NOT sent to the tracker.
+
+    Thus, if you count the PointerDown vs PointerUp, there will be an extra
+    PointerUp.
     */
     virtual void PointerDown(const PointerEvent& event) = 0;