summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinput.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-12-03 17:10:50 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-12-03 17:10:50 +0200
commit4de5f6a8533174696211fab8952adc7001357ba4 (patch)
treef8ae3b71c19eb8ae493756ed56f9ab14cc872951 /indra/newview/llviewerinput.h
parent99daebb1de59767c87fdfb063e01d0128d164e9c (diff)
SL-14455 FIXED Drag ground to turn is still active when Single click on land is set to No action
Diffstat (limited to 'indra/newview/llviewerinput.h')
-rw-r--r--indra/newview/llviewerinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerinput.h b/indra/newview/llviewerinput.h
index 1fe55bd585..281a209896 100644
--- a/indra/newview/llviewerinput.h
+++ b/indra/newview/llviewerinput.h
@@ -124,6 +124,8 @@ public:
BOOL handleMouse(LLWindow *window_impl, LLCoordGL pos, MASK mask, EMouseClickType clicktype, BOOL down);
void scanMouse();
+ bool isMouseBindUsed(const EMouseClickType mouse, const MASK mask = MASK_NONE, const S32 mode = MODE_THIRD_PERSON);
+
private:
bool scanKey(const std::vector<LLKeyboardBinding> &binding,
S32 binding_count,