1
0
Fork 0
flightgear/src/Input
ehofman dd2e2c21a6 Revert the previous patch. The <target-platform> tag is not supported
anymore. Instead Frederic Bouvier suggests to add a <number> tag to
the axis definition which accepts values for <windows> and <unix>
for now but which can be extended later on:

<axis>
 <desc>Rudder</desc>
 <number>
  <unix>2</unix>
  <windows>3</windows>
 </number>
 <binding>
  <command>property-scale</command>
  <property>/controls/flight/rudder</property>
  <offset type="double">0.0</offset>
  <factor type="double">1.0</factor>
  <power type="double">2.0</power>
 </binding>
</axis>
2004-04-28 08:03:40 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
fgjs.cxx Attempt #1 to sort out confusion between left / right / parking brake 2004-01-12 17:39:41 +00:00
input.cxx Revert the previous patch. The <target-platform> tag is not supported 2004-04-28 08:03:40 +00:00
input.hxx Revert the previous patch. The <target-platform> tag is not supported 2004-04-28 08:03:40 +00:00
js_demo.cxx Make sure the joystick name gets printed 2003-09-16 08:25:16 +00:00
jsinput.cxx Tweak #includes to use double quotes for local files not <> 2001-12-10 23:00:27 +00:00
jsinput.h Tweak #includes to use double quotes for local files not <> 2001-12-10 23:00:27 +00:00
jssuper.cxx Tweak #includes to use double quotes for local files not <> 2001-12-10 23:00:27 +00:00
jssuper.h Cygwin fixes contributed by Norman Vine. 2001-06-12 23:15:16 +00:00
Makefile.am Patches from Johan Walles: 2003-02-05 01:09:20 +00:00