diff options
author | Rider Linden <rider@lindenlab.com> | 2015-12-14 14:14:29 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-12-14 14:14:29 -0800 |
commit | 3e46058651570f8e3a8cd20b597544bb07fea0a9 (patch) | |
tree | aa3b6678413b682887155d3a12706d9ced039fae /indra/newview/llviewermedia.h | |
parent | 6582c0238b95f7f1853311cccab3faf5b0da64db (diff) |
MAINT-5962: Added routine for checking MoaP double click and forwarding those double click events into to the plugin.
Diffstat (limited to 'indra/newview/llviewermedia.h')
-rwxr-xr-x | indra/newview/llviewermedia.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.h b/indra/newview/llviewermedia.h index 01d4b0786f..ede408dd0c 100755 --- a/indra/newview/llviewermedia.h +++ b/indra/newview/llviewermedia.h @@ -226,7 +226,8 @@ public: void mouseDown(const LLVector2& texture_coords, MASK mask, S32 button = 0); void mouseUp(const LLVector2& texture_coords, MASK mask, S32 button = 0); void mouseMove(const LLVector2& texture_coords, MASK mask); - void mouseDoubleClick(S32 x,S32 y, MASK mask, S32 button = 0); + void mouseDoubleClick(const LLVector2& texture_coords, MASK mask); + void mouseDoubleClick(S32 x, S32 y, MASK mask, S32 button = 0); void scrollWheel(S32 x, S32 y, MASK mask); void mouseCapture(); |