win32: updating keyboard down/up handling. Split off to own function that deals with...
authorDiederick Niehorster <dcnieho@gmail.com>
Tue, 26 Feb 2013 15:05:41 +0000 (15:05 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Tue, 26 Feb 2013 15:05:41 +0000 (15:05 +0000)
commit3b8c74a07a7e9de271191dca77ff475d50499c04
tree9088f268edb4eb98465394ab2e46de3af4a2e5c9
parentb08e8e8fbedd2df556da4897b1473ac26270cb48
win32: updating keyboard down/up handling. Split off to own function that deals with both down and up to reduce code duplication. Also only get async keystate to see if left or right alt, control, shift is pressed/released when a press on one of these is detected in the first place, not with every message that comes in.

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