Re: Mac trackpad horizontal scrolling with NEWT
Posted by
pron on
Jan 01, 2013; 10:51am
URL: https://forum.jogamp.org/Mac-trackpad-horizontal-scrolling-with-NEWT-tp4027658p4027672.html
gouessej wrote
Can't you use the button to know whether the scroll is horizontal or vertical? Using isShiftDown() in this case looks like a hack.
Which button? isShiftDown() is the way it works in AWT and Swing, and probably in native OS X apps (I wouldn't know; I'm not an OS X expert by any means)