diff OrthancStone/Sources/Viewport/IViewportInteractor.h @ 1811:fdc6a8089eb9

hovering of annotations in Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 May 2021 11:29:53 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/IViewportInteractor.h	Thu May 20 19:11:44 2021 +0200
+++ b/OrthancStone/Sources/Viewport/IViewportInteractor.h	Tue May 25 11:29:53 2021 +0200
@@ -37,5 +37,10 @@
                                                    const PointerEvent& event,
                                                    unsigned int viewportWidth,
                                                    unsigned int viewportHeight) = 0;
+
+    virtual bool HasMouseHover() const = 0;
+
+    virtual void HandleMouseHover(IViewport& viewport,
+                                  const PointerEvent& event) = 0;
   };
 }