]> git.mxchange.org Git - flightgear.git/commit
Fix bug 1286 - mouse scroll-wheel+shift ignored
authorJames Turner <zakalawe@mac.com>
Mon, 13 Jan 2014 21:08:32 +0000 (21:08 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 13 Jan 2014 21:08:32 +0000 (21:08 +0000)
commit9993e0a58839024d1831f8671855436ffc805a4b
treeed633ff9a6c95e3c5d4cdb500e2a6428a9e691c9
parent061154d7a695f62ab7b0ccba5308f634c5285011
Fix bug 1286 - mouse scroll-wheel+shift ignored

On Mac, the OS is mapping shift+wheel to horizontal scrolling for
those of us without a mighty-mouse or trackpad. Detect this case
and map back to vertical scrolling inside FlightGear for the moment.

https://code.google.com/p/flightgear-bugs/issues/detail?id=1286
src/Viewer/FGEventHandler.cxx