Bug 659

Summary: NEWT Horizontal Scrolling Behavior (OSX, X11, Win32) (horizontal -> modifiers w/ SHIFT)
Product: [JogAmp] Newt Reporter: pron <ron.pressler>
Component: macosxAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: ---    
Version: 1   
Hardware: All   
OS: macosx   
Type: --- SCM Refs:
jogl da14d647581751f3d2f6d651741eaec485e255b5
Workaround: ---

Description pron 2013-01-01 11:56:37 CET
Mac notebooks support two-finger scrolling with the trackpad. This generates mouse-wheel events. With AWT, MouseWheelEvent.isShiftDown() returns false for vertical scrolling and true for horizontal scrolling. However, with NEWT, MouseEvent.isShiftDown() returns false in both cases (though it returns true when the shift key is actually down).
Comment 1 Sven Gothel 2013-01-13 19:24:22 CET
This erroneous behavior exists on all platforms!