david
ea264c688c
Add explicit types for all non-string properties. This will help a
...
lot, since otherwise a property that is never set or tied by
FlightGear itself will always be kept as a string and converted on
each access. That's why fgGetBool and friends could take up a lot of
processor time sometimes.
2002-04-09 10:45:47 +00:00
david
16448bb2ef
Added conditional bindings for throttle and rudder when mouse is
...
pressed.
2002-03-27 22:51:13 +00:00
david
f52a4ccf58
More cleanups. Removed the pui-* commands, and added a pass-through
...
property to indicate when mouse events should be offset to PUI and the
panel first.
2002-03-27 00:54:34 +00:00
david
20ab2f4779
Added bindings for elevator and ailerons in mode 1, as in current
...
mouse support.
2002-03-26 13:17:32 +00:00
david
2a7cd47fd5
XML format changes, so that bindings are always mode-specific. Added
...
support for panning the view, as in the existing mouse view mode.
2002-03-26 12:49:14 +00:00
david
fd3771f264
Added configuration for different modes and cursors. The XML format
...
is subject to change, and this file is still used only when FlightGear
is configured --with-new-mouse.
2002-03-25 11:59:26 +00:00
david
061cbf9841
Initial mouse configuration support. This will be ignored unless you
...
configure --with-new-mouse, and there's not much there yet anyway.
2002-03-23 22:30:39 +00:00