comparison 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
comparison
equal deleted inserted replaced
280:829163c6efc1 281:300d8b8c48b3
23 23
24 #include "CairoSurface.h" 24 #include "CairoSurface.h"
25 25
26 namespace OrthancStone 26 namespace OrthancStone
27 { 27 {
28 // this is tracking a mouse in screen coordinates/pixels unlike
29 // the IWorldSceneMouseTracker that is tracking a mouse
30 // in scene coordinates/mm.
28 class IMouseTracker : public boost::noncopyable 31 class IMouseTracker : public boost::noncopyable
29 { 32 {
30 public: 33 public:
31 virtual ~IMouseTracker() 34 virtual ~IMouseTracker()
32 { 35 {