]> git.mxchange.org Git - flightgear.git/commit
make the state of the Meta and Super modifier keys available. These keys
authormfranz <mfranz>
Sat, 1 Dec 2007 13:09:11 +0000 (13:09 +0000)
committermfranz <mfranz>
Sat, 1 Dec 2007 13:09:11 +0000 (13:09 +0000)
commit9fa86acc659e3df9d1ef3d3ad7fae9d5db9c350e
tree4cc350df697a0875f9bb29ec5ec11227908dad20
parentae8509c8276634378dc248a963bcc960afb5a76b
make the state of the Meta and Super modifier keys available. These keys
are not available out-of-the-box on all systems and keyboards, and should
therefore not be used in files committed to CVS. This makes them well
suited for local key bindings, as they aren't likely to get overwritten
with later releases. SDL supports Meta and Super, OSG supports only Meta,
and GLUT supports neither.
src/Input/input.cxx
src/Input/input.hxx
src/Main/FGManipulator.cxx
src/Main/fg_os.hxx
src/Main/fg_os_sdl.cxx