summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpie.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-11 20:44:57 -0800
committerRichard Linden <none@none>2011-03-11 20:44:57 -0800
commit184c454222ff509629de8abc49a72122c75f0487 (patch)
tree5527a918e6ab7ccdd9abf0991997c3d44fba5b93 /indra/newview/lltoolpie.h
parent426ff3fbbbd5b274c7258adabfea2802d93d27fd (diff)
visual feedback for click to walk
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r--indra/newview/lltoolpie.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h
index 26dcbd35e6..1ac1c35bcc 100644
--- a/indra/newview/lltoolpie.h
+++ b/indra/newview/lltoolpie.h
@@ -33,6 +33,7 @@
class LLViewerObject;
class LLObjectSelection;
+class LLHUDEffectBlob;
class LLToolPie : public LLTool, public LLSingleton<LLToolPie>
{
@@ -90,6 +91,8 @@ private:
void steerCameraWithMouse(S32 x, S32 y);
void startCameraSteering();
+ void stopCameraSteering();
+ bool inCameraSteerMode();
private:
bool mMouseButtonDown;
@@ -98,6 +101,8 @@ private:
S32 mMouseDownY;
S32 mMouseSteerX;
S32 mMouseSteerY;
+ LLHUDEffectBlob* mAutoPilotDestination;
+ LLHUDEffectBlob* mMouseSteerGrabPoint;
bool mClockwise;
LLUUID mMediaMouseCaptureID;
LLPickInfo mPick;