]> git.mxchange.org Git - flightgear.git/commit
Revert the previous patch. The <target-platform> tag is not supported
authorehofman <ehofman>
Wed, 28 Apr 2004 08:03:40 +0000 (08:03 +0000)
committerehofman <ehofman>
Wed, 28 Apr 2004 08:03:40 +0000 (08:03 +0000)
commitdd2e2c21a62c5969b41b6f26fb32734e07dd4f29
tree415a3038670f49a2d120edc133f250d943a965e5
parentdd4d116e00ef2485191e058d29415e4a372b9195
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>
src/Input/input.cxx
src/Input/input.hxx