diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-17 23:15:14 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-09-17 23:15:14 +0300 |
commit | 28e07331acf45edb380c094179cef6ea5adeb010 (patch) | |
tree | c9b96c60a64b41595ba8cfe4b203ab7985570cd2 /indra/newview/llsetkeybinddialog.h | |
parent | b661f62a7ad4dad9806eda8f4c8f2c9d64b3efbb (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.h | 2 |
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: |