comparison OrthancStone/Sources/Scene2D/ZoomSceneTracker.h @ 1975:5a434f5889f8

starting pixel probe
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 11:57:00 +0200
parents 9c0adcc8feec
children 07964689cb0b
comparison
equal deleted inserted replaced
1974:446e0d3e9019 1975:5a434f5889f8
48 unsigned int canvasHeight); 48 unsigned int canvasHeight);
49 49
50 virtual void PointerMove(const PointerEvent& event, 50 virtual void PointerMove(const PointerEvent& event,
51 const Scene2D& scene) ORTHANC_OVERRIDE; 51 const Scene2D& scene) ORTHANC_OVERRIDE;
52 52
53 virtual void Cancel() ORTHANC_OVERRIDE; 53 virtual void Cancel(const Scene2D& scene) ORTHANC_OVERRIDE;
54 }; 54 };
55 } 55 }