]> git.mxchange.org Git - flightgear.git/commit
Frederic Bouvier:
authormfranz <mfranz>
Mon, 27 Jun 2005 07:13:02 +0000 (07:13 +0000)
committermfranz <mfranz>
Mon, 27 Jun 2005 07:13:02 +0000 (07:13 +0000)
commit9889d37bdb69b47cdcb8f740c456d27aa9672771
tree4e847ba701d0af030ea280ec9564ae7ffc24d906
parentf2cf76171fed8bdc897c7358d460df26665b8798
Frederic Bouvier:
- This doesn't do what the author though it would do:
  if (modifiers&KEYMOD_RELEASED == 0) ...   (see below)
- MSVC and type fixes

mf:
fixing this uncovered an old bug: the "key pressed" branch was
actually never executed -- always only "released". And that is why
the <repeatable> property didn't work. And *that* was the reason
why the Spitfire's starter didn't work with freeglut, and Vivian
had to write a nasty workaround for it.
src/Input/input.cxx