aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjoystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerjoystick.h')
-rw-r--r--linden/indra/newview/llviewerjoystick.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerjoystick.h b/linden/indra/newview/llviewerjoystick.h
index 2c4be2a..6be9db3 100644
--- a/linden/indra/newview/llviewerjoystick.h
+++ b/linden/indra/newview/llviewerjoystick.h
@@ -17,7 +17,8 @@
17 * There are special exceptions to the terms and conditions of the GPL as 17 * There are special exceptions to the terms and conditions of the GPL as
18 * it is applied to this Source Code. View the full text of the exception 18 * it is applied to this Source Code. View the full text of the exception
19 * in the file doc/FLOSS-exception.txt in this software distribution, or 19 * in the file doc/FLOSS-exception.txt in this software distribution, or
20 * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception 20 * online at
21 * http://secondlifegrid.net/programs/open_source/licensing/flossexception
21 * 22 *
22 * By copying, modifying or distributing this software, you acknowledge 23 * By copying, modifying or distributing this software, you acknowledge
23 * that you have read and understood your obligations described above, 24 * that you have read and understood your obligations described above,
@@ -76,6 +77,7 @@ public:
76protected: 77protected:
77 void updateEnabled(bool autoenable); 78 void updateEnabled(bool autoenable);
78 void terminate(); 79 void terminate();
80 void handleRun(F32 inc);
79 void agentSlide(F32 inc); 81 void agentSlide(F32 inc);
80 void agentPush(F32 inc); 82 void agentPush(F32 inc);
81 void agentFly(F32 inc); 83 void agentFly(F32 inc);
@@ -96,6 +98,7 @@ private:
96 F32 mPerfScale; 98 F32 mPerfScale;
97 bool mCameraUpdated; 99 bool mCameraUpdated;
98 bool mOverrideCamera; 100 bool mOverrideCamera;
101 U32 mJoystickRun;
99 102
100 static F32 sLastDelta[7]; 103 static F32 sLastDelta[7];
101 static F32 sDelta[7]; 104 static F32 sDelta[7];