]> git.mxchange.org Git - flightgear.git/commit
Canvas: Keyboard events and input focus.
authorThomas Geymayer <tomgey@gmail.com>
Tue, 29 Jul 2014 22:00:03 +0000 (00:00 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 29 Jul 2014 22:00:03 +0000 (00:00 +0200)
commit49df413444f19f2cc596e3c36850c00ac9c8d2f5
tree43fc1b160cccbdcd48134d4b7ccb3ed2d5d8be07
parent0646d5f44390721d78920d0da7cafdddf0c1d942
Canvas: Keyboard events and input focus.

Also allow events on desktop group if no window is receiving
events. Currently it is not possible to prevent events handled
by the desktop group to further propagate (eg. to normal
control input).
src/Canvas/gui_mgr.cxx
src/Canvas/gui_mgr.hxx
src/Scripting/NasalCanvas.cxx