1
0
Fork 0
fgdata/Input/Joysticks/ThrustMaster/Warthog/Throttle/seahawk.xml
2011-10-01 10:12:32 +02:00

14 lines
306 B
XML

<?xml version="1.0"?>
<!-- fix broken seahawk speedbrake -->
<PropertyList>
<nasal>
<script>
if (init)
setlistener("/controls/flight/speedbrake", func(n) {
setprop("/controls/flight/speedbrake-lever", n.getValue());
seahawk.adjustFlaps();
});
</script>
</nasal>
</PropertyList>