Untested config follows:

 <button n="5">
  <desc>Move rudder left.</desc>
  <repeatable type="bool">true</repeatable>
  <binding>
   <command>property-adjust</command>
   <property>/controls/flight/rudder</property>
   <step type="double">-0.05</step>
  </binding>
 </button>
 <button n="6">
  <desc>Center rudder</desc>
  <repeatable type="bool">false</repeatable>
  <binding>
   <command>property-assign</command>
   <property>/controls/flight/rudder</property>
   <value type="double">0.0</value>
  </binding>
 </button>
 <button n="7">
  <desc>Move rudder Right.</desc>
  <repeatable type="bool">true</repeatable>
  <binding>
   <command>property-adjust</command>
   <property>/controls/flight/rudder</property>
   <step type="double">0.05</step>
  </binding>
 </button>



On Sun, 2006-05-07 at 15:54 +0545, Parimal Satyal wrote:
> Hey all,
> 
> I want to configure my new joystick (2-axis, hat, 7-button). The axes  
> already work to control the yoke without any configuration, but  
> nothing else works (understandably).
> 
> I've looked around on configuring and I'm confident I can modify some  
> other joystick's XML (maybe Cyborg-3d-Rumble-Force) to make the rest  
> work. My device is identified in my Mac as "USB Game Controller",  
> which I assume I'll have to consider its name.
> 
> Is there a way to have buttons 5 and 7 control rudders left and right  
> (step by step) and 6 center them? (Since my joystick doesn't have a  
> third-axis).
> 
> System: FG 0.9.9 pre-2/ Mac (OS X 10.4.6)
> 
> Early thanks ;)
> 
> Cheers
> Parimal




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to