summaryrefslogtreecommitdiff
path: root/indra/newview/llsetkeybinddialog.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-09-17 23:15:14 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-09-17 23:15:14 +0300
commit28e07331acf45edb380c094179cef6ea5adeb010 (patch)
treec9b96c60a64b41595ba8cfe4b203ab7985570cd2 /indra/newview/llsetkeybinddialog.h
parentb661f62a7ad4dad9806eda8f4c8f2c9d64b3efbb (diff)
SL-15594 Ignore voice keys when keybinding is waiting for a key
Diffstat (limited to 'indra/newview/llsetkeybinddialog.h')
-rw-r--r--indra/newview/llsetkeybinddialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsetkeybinddialog.h b/indra/newview/llsetkeybinddialog.h
index a34b952233..24dfa1dbfd 100644
--- a/indra/newview/llsetkeybinddialog.h
+++ b/indra/newview/llsetkeybinddialog.h
@@ -76,6 +76,8 @@ public:
static void onDefault(void* user_data);
static void onClickTimeout(void* user_data, MASK mask);
+ static bool isRecording() { return sRecordKeys; }
+
class Updater;
private: