diff Framework/Scene2D/IPointerTracker.h @ 644:f939f449482c

Ongoing tracker work.
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 10 May 2019 16:15:55 +0200
parents 500c3f70b6c2
children 059e1fd05fd6
line wrap: on
line diff
--- a/Framework/Scene2D/IPointerTracker.h	Thu May 09 14:54:12 2019 +0200
+++ b/Framework/Scene2D/IPointerTracker.h	Fri May 10 16:15:55 2019 +0200
@@ -38,8 +38,8 @@
     virtual void Update(const PointerEvent& event) = 0;
 
     /**
-    This method will be called if the tracker is to be abandoned without
-    committing its result
+    This method will be called when the tracker should commit its result
+    before being destroyed.
     */
     virtual void Release() = 0;
   };