diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-15 18:13:46 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-15 18:15:43 +0300 |
commit | d07ef7df92cbc9c2fb16dcd0ddd0322665d440eb (patch) | |
tree | f02fc95570620c9d8f16a5d35683b1d0058e2bc9 /indra/llcommon/llkeybind.h | |
parent | ceea2df59634ab09d165943bd7591e7125ee0f80 (diff) |
SL-13418 Added converter from old mouse binding settings to new ones
Diffstat (limited to 'indra/llcommon/llkeybind.h')
-rw-r--r-- | indra/llcommon/llkeybind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llkeybind.h b/indra/llcommon/llkeybind.h index ad0ebec67c..c6b4bd970f 100644 --- a/indra/llcommon/llkeybind.h +++ b/indra/llcommon/llkeybind.h @@ -53,7 +53,7 @@ public: EMouseClickType mMouse; KEY mKey; MASK mMask; - // Either to expect exact match or ignore not expected masks + // Either to expect exact match or ignore not expected masks as long as expected mask-bit is present bool mIgnoreMasks; }; |