diff options
author | richard <none@none> | 2009-11-13 18:28:20 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-13 18:28:20 -0800 |
commit | 4c4f329acb7792e4713b7e38bd437b9a7d239ec5 (patch) | |
tree | cf15c27f8e66a3dfc95644a8673dead729e040d8 /indra/newview/lljoystickbutton.h | |
parent | 890da1d3914ffb52d0899c333fe8b8c280fe4d34 (diff) | |
parent | f4fdaa8ee9d8016ca23957e78fe246206579723f (diff) |
merge
Diffstat (limited to 'indra/newview/lljoystickbutton.h')
-rw-r--r-- | indra/newview/lljoystickbutton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lljoystickbutton.h b/indra/newview/lljoystickbutton.h index 4c657913b8..0465f78031 100644 --- a/indra/newview/lljoystickbutton.h +++ b/indra/newview/lljoystickbutton.h @@ -78,6 +78,8 @@ public: static void onBtnHeldDown(void *userdata); // called by llbutton callback handler void setInitialQuadrant(EJoystickQuadrant initial) { mInitialQuadrant = initial; }; + + BOOL pointInCircle(S32 x, S32 y) const; static std::string nameFromQuadrant(const EJoystickQuadrant quadrant); static EJoystickQuadrant quadrantFromName(const std::string& name); |