diff options
Diffstat (limited to 'linden/indra/newview/lltool.h')
-rw-r--r-- | linden/indra/newview/lltool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/lltool.h b/linden/indra/newview/lltool.h index 249088f..f954a8c 100644 --- a/linden/indra/newview/lltool.h +++ b/linden/indra/newview/lltool.h | |||
@@ -57,6 +57,9 @@ public: | |||
57 | // Virtual functions inherited from LLMouseHandler | 57 | // Virtual functions inherited from LLMouseHandler |
58 | virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); | 58 | virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); |
59 | virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); | 59 | virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); |
60 | virtual BOOL handleMiddleMouseDown(S32 x, S32 y, MASK mask); | ||
61 | virtual BOOL handleMiddleMouseUp(S32 x, S32 y, MASK mask); | ||
62 | |||
60 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); | 63 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); |
61 | virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); | 64 | virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); |
62 | virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask); | 65 | virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask); |