aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llmousehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llwindow/llmousehandler.h')
-rw-r--r--linden/indra/llwindow/llmousehandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llmousehandler.h b/linden/indra/llwindow/llmousehandler.h
index 7bd0f2e..1a4ea65 100644
--- a/linden/indra/llwindow/llmousehandler.h
+++ b/linden/indra/llwindow/llmousehandler.h
@@ -67,6 +67,7 @@ public:
67 67
68 virtual BOOL handleHover(S32 x, S32 y, MASK mask) = 0; 68 virtual BOOL handleHover(S32 x, S32 y, MASK mask) = 0;
69 virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks) = 0; 69 virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks) = 0;
70 virtual BOOL handleHScrollWheel(S32 x, S32 y, S32 clicks);
70 virtual BOOL handleToolTip(S32 x, S32 y, std::string& msg, LLRect* sticky_rect_screen) = 0; 71 virtual BOOL handleToolTip(S32 x, S32 y, std::string& msg, LLRect* sticky_rect_screen) = 0;
71 virtual EShowToolTip getShowToolTip() { return SHOW_IF_NOT_BLOCKED; }; 72 virtual EShowToolTip getShowToolTip() { return SHOW_IF_NOT_BLOCKED; };
72 virtual const std::string& getName() const = 0; 73 virtual const std::string& getName() const = 0;