summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-09 17:51:21 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-09 17:51:21 +0000
commit8b9c031f596280f79d06f688c2f654d7ec07a7d0 (patch)
tree8e35a86892af78f13416b1d904da1c9638f48103 /indra/newview/llvoiceclient.h
parent56841bb2118184aa0a0c2b2a8bc52d2b593cc0c5 (diff)
Smarter mildly-refactored voice-toggle state management.
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r--indra/newview/llvoiceclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h
index 2b61086680..347fae6156 100644
--- a/indra/newview/llvoiceclient.h
+++ b/indra/newview/llvoiceclient.h
@@ -188,6 +188,7 @@ static void updatePosition(void);
void setUserPTTState(bool ptt);
bool getUserPTTState();
void toggleUserPTTState(void);
+ void inputUserControlState(bool down); // interpret any sort of up-down mic-open control input according to ptt-toggle prefs
void setVoiceEnabled(bool enabled);
static bool voiceEnabled();
void setUsePTT(bool usePTT);