]> git.mxchange.org Git - flightgear.git/commit
- move temporary keyboard fix from input.cxx to fg_os{,_sdl}.cxx.
authormfranz <mfranz>
Mon, 12 Nov 2007 19:29:08 +0000 (19:29 +0000)
committermfranz <mfranz>
Mon, 12 Nov 2007 19:29:08 +0000 (19:29 +0000)
commit8ec42c1aae4c302083b27cd5ff0162d6b765f8f5
tree03ce455ecc6a8021755c466a5cf17e56ce2346f2
parent5b76cb5409ff6ffdcf4bca95e506956cd1e4998f
- move temporary keyboard fix from input.cxx to fg_os{,_sdl}.cxx.
  This is required to make sure the same letter key gets released,
  which got the press event. (After Ctrl-press -> a-press -> Ctrl-release
  a-release we want the Ctrl-a binding released, not the a binding.)

- add key listener interface for direct key access from Nasal space
src/Input/input.cxx
src/Input/input.hxx
src/Main/FGManipulator.cxx
src/Main/FGManipulator.hxx
src/Main/fg_os.cxx
src/Main/fg_os_sdl.cxx