fixed up handling of WM_MOUSEWHEEL, low order of wParam is not the mouse
authorDiederick Niehorster <dcnieho@gmail.com>
Fri, 1 Mar 2013 15:42:26 +0000 (15:42 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Fri, 1 Mar 2013 15:42:26 +0000 (15:42 +0000)
commit93011e4f079bbfdb796c7b7f524f247956cc4830
treed733db60906d71ee03beb1e6a1475466b5227c23
parenta7362e5d688d2d2873d6bab49b86302aa588f1bf
fixed up handling of WM_MOUSEWHEEL, low order of wParam is not the mouse
wheel number, but indicates which virtual keys are pressed during the
scroll wheel motion

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1542 7f0cb862-5218-0410-a997-914c9d46530a
src/mswin/fg_main_mswin.c