diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-06-23 16:20:34 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-06-23 16:20:34 -0600 |
commit | cb9ce206a9d8d47c32244501f916bb79de753610 (patch) | |
tree | 34f724b3aaa4dbdefe8fe79fd11370f9242596b3 /indra/newview/lltoolpie.h | |
parent | bad9314c30be88a5021f953a4aa88e68b5b094f3 (diff) | |
parent | c0087286e78098ee246ea821aefb5686ab8bda78 (diff) |
Merge branch 'master' 6.4.5 into DRTVWR-510
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r-- | indra/newview/lltoolpie.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h index fe0acfe473..2d6c22f425 100644 --- a/indra/newview/lltoolpie.h +++ b/indra/newview/lltoolpie.h @@ -49,6 +49,7 @@ public: virtual BOOL handleRightMouseUp(S32 x, S32 y, MASK mask); virtual BOOL handleHover(S32 x, S32 y, MASK mask); virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask); + BOOL handleScrollWheelAny(S32 x, S32 y, S32 clicks_x, S32 clicks_y); virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); virtual BOOL handleScrollHWheel(S32 x, S32 y, S32 clicks); virtual BOOL handleToolTip(S32 x, S32 y, MASK mask); |