Use GetMessagePos, not GetCursorPos to make sure we get the right mouse position...
authorDiederick Niehorster <dcnieho@gmail.com>
Wed, 27 Feb 2013 05:58:56 +0000 (05:58 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Wed, 27 Feb 2013 05:58:56 +0000 (05:58 +0000)
commit559790800438cb861e3eecc377275b8c2ec52e5d
tree4e8166201acf007e99d6f3edad50cb545d50f66f
parentfb6f3cd82614caeaf95be52f9e71f11d32621bfe
Use GetMessagePos, not GetCursorPos to make sure we get the right mouse position. Also, no need to get mouse position at time of keypress, every mouse movement before the keypress is processed in an earlier WM_MOUSE message already, so mouse position in the window state is all we need.

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