Skip to content
Snippets Groups Projects
Commit 7d9372b9 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-4323 FIXED Mouselook - right-click locks cam position (mac-only)

parent 9ffa7471
No related branches found
No related tags found
No related merge requests found
......@@ -1017,6 +1017,8 @@ Peekay Semyorka
VWR-19
VWR-49
VWR-79
Pell Smit
MAINT-4323
Peter Lameth
VWR-7331
PeterPunk Mooney
......
......@@ -349,9 +349,14 @@ attributedStringInfo getSegments(NSAttributedString *str)
callMiddleMouseUp(mMousePos, mModifiers);
}
- (void) otherMouseDragged:(NSEvent *)theEvent
- (void) rightMouseDragged:(NSEvent *)theEvent
{
[self mouseDragged:theEvent];
}
- (void) otherMouseDragged:(NSEvent *)theEvent
{
[self mouseDragged:theEvent];
}
- (void) scrollWheel:(NSEvent *)theEvent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment