diff options
author | Richard Nelson <richard@lindenlab.com> | 2009-10-16 20:34:10 +0000 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2009-10-16 20:34:10 +0000 |
commit | 195c09748ef2b30b95942f4261128bf3a76c9582 (patch) | |
tree | 47b02e1e51de2d45db1c6dc3f2415fc85a023701 /indra/llui/llscrollbar.h | |
parent | 850c0f1e33ed5188b5346a7aeb3099ca29e0d2d0 (diff) |
double click on scrollbar now scrolls twice
reviewed by Leyla
Diffstat (limited to 'indra/llui/llscrollbar.h')
-rw-r--r-- | indra/llui/llscrollbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llscrollbar.h b/indra/llui/llscrollbar.h index 2e95779624..865a1db409 100644 --- a/indra/llui/llscrollbar.h +++ b/indra/llui/llscrollbar.h @@ -93,6 +93,7 @@ public: virtual BOOL handleKeyHere(KEY key, MASK mask); virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); + virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask); virtual BOOL handleHover(S32 x, S32 y, MASK mask); virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, |