diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-21 22:15:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-21 22:15:12 +0300 |
commit | 84a0ae682ab18f0366528d7d6d449ab95a1fb3f9 (patch) | |
tree | 4be4fddbef4c7ad016d316fe348aec901e9f70ef /indra/newview/llviewerinput.h | |
parent | b388191062aec4cc1121b69e72c0cad856509b4d (diff) |
SL-15611 Do not ignore mask modifiers for mouse-teleporting
Diffstat (limited to 'indra/newview/llviewerinput.h')
-rw-r--r-- | indra/newview/llviewerinput.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerinput.h b/indra/newview/llviewerinput.h index 8401f8cd95..ca70ac76bf 100644 --- a/indra/newview/llviewerinput.h +++ b/indra/newview/llviewerinput.h @@ -156,7 +156,8 @@ private: S32 binding_count, EMouseClickType mouse, MASK mask, - EMouseState state) const; + EMouseState state, + bool ignore_additional_masks) const; S32 loadBindingMode(const LLViewerInput::KeyMode& keymode, S32 mode); BOOL bindKey(const S32 mode, const KEY key, const MASK mask, const std::string& function_name); |