]> git.mxchange.org Git - flightgear.git/commit
First steps towards configurable mouse input. Soon, this new code
authordavid <david>
Sat, 23 Mar 2002 23:16:13 +0000 (23:16 +0000)
committerdavid <david>
Sat, 23 Mar 2002 23:16:13 +0000 (23:16 +0000)
commit9709dcb30718477dd38da1bb4e876a11f3032691
tree9c85c87dfdf5aed3f6e4ecf2ca8cbe1472f73c18
parentd2156b5649fdad7f825f9cbb8a789215d5c11c72
First steps towards configurable mouse input.  Soon, this new code
(mainly in src/Input/input.cxx) will make src/GUI/mouse.cxx obsolete
and bring the mouse into the same input system as the joystick and
keyboard.  This is just preliminary work allowing, covering mouse
clicks (no motion yet), and it actually crashes on a middle or right
click.

The new mouse support is disabled by default until it become stable;
to try it out, you need to configure --with-new-mouse.
acconfig.h
src/Cockpit/panel.cxx
src/Input/input.cxx
src/Input/input.hxx
src/Main/fg_commands.cxx
src/Main/main.cxx