Fixing problem with non-client area becoming unresponsive on Windows due to mouse...
authorDiederick Niehorster <dcnieho@gmail.com>
Sat, 9 Nov 2013 05:33:02 +0000 (05:33 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Sat, 9 Nov 2013 05:33:02 +0000 (05:33 +0000)
commitf772f5aa7706c09712d416702b5432803d4f31a8
tree68abd2ed741a5b05ada9d40247f251ab68a44785
parent425c4ee7334fde9602f8257922d270e9389b1744
Fixing problem with non-client area becoming unresponsive on Windows due to mouse capture that isn't released. Thanks Philipp Kutin (on list!) for figuring this out and proposing a solution.
-> It appears GetAsyncKeyState's return can be non-zero even when the queried key is not pressed

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