]> git.mxchange.org Git - flightgear.git/commit
I was too agressive in the fg_os port. Glut doesn't support grabbing
authorandy <andy>
Thu, 1 Apr 2004 23:28:47 +0000 (23:28 +0000)
committerandy <andy>
Thu, 1 Apr 2004 23:28:47 +0000 (23:28 +0000)
commit95e8b639883a6f4d61ba48a5f4fa0ed80446d353
treeaaed677e3a753b84b12e985e8cf01ef258a49a64
parentae2dbe4f25f07ee93bbadb91164d1373d8057252
I was too agressive in the fg_os port.  Glut doesn't support grabbing
the keyboard modifiers outside of a key event handler, so adding the
fgGetKeyModifiers() call to doMouseMotion was broken.  The user could
see "phantom" modifier keys.
src/Input/input.cxx