diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-24 10:39:22 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-24 10:39:22 -0700 |
commit | 7517f25c4322c858cc7a60d62532dfb654a805dc (patch) | |
tree | ff6bbf337b9d644cdf8fb1ae875e84a8f7ac92d7 /indra/newview/lltoolgrab.h | |
parent | bdaaa6de1384a39de5a452729bebea49d8242a67 (diff) |
ER-650: touch events. Added 'requestTouch' API for LLAgent operations via llEventHost. Re-factored some message sending code for grabs. Reviewed by Kelly
Diffstat (limited to 'indra/newview/lltoolgrab.h')
-rw-r--r-- | indra/newview/lltoolgrab.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/lltoolgrab.h b/indra/newview/lltoolgrab.h index 61e3fcb8b2..06a3b662c8 100644 --- a/indra/newview/lltoolgrab.h +++ b/indra/newview/lltoolgrab.h @@ -39,6 +39,13 @@ class LLTextBox; class LLViewerObject; class LLPickInfo; + +// Message utilities +void send_ObjectGrab_message(LLViewerObject* object, const LLPickInfo & pick, const LLVector3 &grab_offset); +void send_ObjectDeGrab_message(LLViewerObject* object, const LLPickInfo & pick); + + + class LLToolGrab : public LLTool, public LLSingleton<LLToolGrab> { public: |