diff options
author | McCabe Maxsted | 2011-03-09 20:37:53 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-03-09 20:37:53 -0700 |
commit | 16ce373d14199b94729caffcb099d8a6bd37f882 (patch) | |
tree | bd513a4f6107d57f7f7a5fe1552852f8fccc277f /linden/indra/newview/llfloaterimagepreview.h | |
parent | Fixed windows compile error (diff) | |
download | meta-impy-16ce373d14199b94729caffcb099d8a6bd37f882.zip meta-impy-16ce373d14199b94729caffcb099d8a6bd37f882.tar.gz meta-impy-16ce373d14199b94729caffcb099d8a6bd37f882.tar.bz2 meta-impy-16ce373d14199b94729caffcb099d8a6bd37f882.tar.xz |
#787: Horizontal mouse scrolling support, patch by Kakurady Drakenar
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterimagepreview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterimagepreview.h b/linden/indra/newview/llfloaterimagepreview.h index 6a4de3d..1ccfeb4 100644 --- a/linden/indra/newview/llfloaterimagepreview.h +++ b/linden/indra/newview/llfloaterimagepreview.h | |||
@@ -115,6 +115,7 @@ public: | |||
115 | BOOL handleMouseUp(S32 x, S32 y, MASK mask); | 115 | BOOL handleMouseUp(S32 x, S32 y, MASK mask); |
116 | BOOL handleHover(S32 x, S32 y, MASK mask); | 116 | BOOL handleHover(S32 x, S32 y, MASK mask); |
117 | BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); | 117 | BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); |
118 | BOOL handleHScrollWheel(S32 x, S32 y, S32 clicks); | ||
118 | 119 | ||
119 | static void onMouseCaptureLostImagePreview(LLMouseHandler*); | 120 | static void onMouseCaptureLostImagePreview(LLMouseHandler*); |
120 | static void setUploadAmount(S32 amount) { sUploadAmount = amount; } | 121 | static void setUploadAmount(S32 amount) { sUploadAmount = amount; } |