652
edits
m (→Tips and Tricks: minor corrections) |
|||
| Line 632: | Line 632: | ||
'''Joystick: ''' ref also: [[Joystick]]<br> | '''Joystick: ''' ref also: [[Joystick]]<br> | ||
You may use the same joystick-definitions across all Operating-Systems: But you may need to change the assigned numbers - your joystick-vendor might have done that for you allready. Check e.g.: | You may use the same joystick-definitions across all Operating-Systems: But you may need to change the assigned numbers - your joystick-vendor might have done that for you allready. Check e.g.: | ||
<axis> (instead of the usual <axis n=”3”> ) | |||
<desc>Mixture</desc> | |||
<number> | |||
<unix>3</unix> | |||
<mac>5</mac> | |||
<windows>5</windows> | |||
</number> | |||
<binding> | |||
<command>nasal</command> | |||
<script>controls.mixtureAxis()</script> | |||
</binding> | |||
</axis> | |||
'''Joystick and PTT'''<br> | '''Joystick and PTT'''<br> | ||
edits