summaryrefslogtreecommitdiff
path: root/indra/llwindow
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-09-04 14:13:47 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-09-04 14:13:47 +0300
commit7d9372b96d8eaa3df6f0b6b1aff67a4b6a710f70 (patch)
treeaaaf3bc7b642f96026313bda42988944ced20398 /indra/llwindow
parent9ffa7471bb9e611440e3c12e654b83dfbead2e83 (diff)
MAINT-4323 FIXED Mouselook - right-click locks cam position (mac-only)
Diffstat (limited to 'indra/llwindow')
-rw-r--r--indra/llwindow/llopenglview-objc.mm7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/llwindow/llopenglview-objc.mm b/indra/llwindow/llopenglview-objc.mm
index f7031341eb..1bb93d05d6 100644
--- a/indra/llwindow/llopenglview-objc.mm
+++ b/indra/llwindow/llopenglview-objc.mm
@@ -349,9 +349,14 @@ attributedStringInfo getSegments(NSAttributedString *str)
callMiddleMouseUp(mMousePos, mModifiers);
}
+- (void) rightMouseDragged:(NSEvent *)theEvent
+{
+ [self mouseDragged:theEvent];
+}
+
- (void) otherMouseDragged:(NSEvent *)theEvent
{
-
+ [self mouseDragged:theEvent];
}
- (void) scrollWheel:(NSEvent *)theEvent