diff Framework/Viewport/IMouseTracker.h @ 281:300d8b8c48b3 am-2

mouse tracker tuning
author am@osimis.io
date Tue, 28 Aug 2018 10:01:31 +0200
parents fccffbf99ba1
children b70e9be013e4
line wrap: on
line diff
--- a/Framework/Viewport/IMouseTracker.h	Mon Aug 27 16:22:08 2018 +0200
+++ b/Framework/Viewport/IMouseTracker.h	Tue Aug 28 10:01:31 2018 +0200
@@ -25,6 +25,9 @@
 
 namespace OrthancStone
 {
+  // this is tracking a mouse in screen coordinates/pixels unlike
+  // the IWorldSceneMouseTracker that is tracking a mouse
+  // in scene coordinates/mm.
   class IMouseTracker : public boost::noncopyable
   {
   public: