diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-24 00:06:15 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-24 00:06:15 +0200 |
commit | cc98d967796e552432a59c2ad81742ad55bff983 (patch) | |
tree | 16f372d92a3b61bd44f4bc3672384e280ee9af96 /indra/newview/llinventorygallery.h | |
parent | 04501955c7d0cd19d13ac1374f6f06e944f6ea61 (diff) |
SL-19379 WIP add drag and drop out of Gallery
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r-- | indra/newview/llinventorygallery.h | 2 |
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, |