summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-24 00:06:15 +0200
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-03-24 00:06:15 +0200
commitcc98d967796e552432a59c2ad81742ad55bff983 (patch)
tree16f372d92a3b61bd44f4bc3672384e280ee9af96 /indra/newview/llinventorygallery.h
parent04501955c7d0cd19d13ac1374f6f06e944f6ea61 (diff)
SL-19379 WIP add drag and drop out of Gallery
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r--indra/newview/llinventorygallery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h
index 7dd8187af3..0a779037db 100644
--- a/indra/newview/llinventorygallery.h
+++ b/indra/newview/llinventorygallery.h
@@ -200,6 +200,8 @@ public:
BOOL handleMouseDown(S32 x, S32 y, MASK mask);
BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);
BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
+ BOOL handleMouseUp(S32 x, S32 y, MASK mask);
+ BOOL handleHover(S32 x, S32 y, MASK mask);
BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop,
EDragAndDropType cargo_type,
void* cargo_data,