1
0
Fork 0

Add an interval timer to repeatable joystick buttons

This commit is contained in:
ehofman 2003-07-01 19:19:09 +00:00
parent 6bbac81aa7
commit a351eed684

View file

@ -104,6 +104,7 @@ $Id$
<binding><command>null</command></binding> <binding><command>null</command></binding>
<low> <low>
<repeatable type="bool">true</repeatable> <repeatable type="bool">true</repeatable>
<interval-sec type="double">0.05</interval-sec>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/controls/flight/rudder</property> <property>/controls/flight/rudder</property>
@ -112,6 +113,7 @@ $Id$
</low> </low>
<high> <high>
<repeatable type="bool">true</repeatable> <repeatable type="bool">true</repeatable>
<interval-sec type="double">0.05</interval-sec>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/controls/flight/rudder</property> <property>/controls/flight/rudder</property>
@ -125,6 +127,7 @@ $Id$
<binding><command>null</command></binding> <binding><command>null</command></binding>
<low> <low>
<repeatable type="bool">true</repeatable> <repeatable type="bool">true</repeatable>
<interval-sec type="double">0.05</interval-sec>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/controls/flight/elevator-trim</property> <property>/controls/flight/elevator-trim</property>
@ -133,6 +136,7 @@ $Id$
</low> </low>
<high> <high>
<repeatable type="bool">true</repeatable> <repeatable type="bool">true</repeatable>
<interval-sec type="double">0.05</interval-sec>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>/controls/flight/elevator-trim</property> <property>/controls/flight/elevator-trim</property>
@ -178,7 +182,6 @@ $Id$
</button> </button>
<button n="1"> <button n="1">
<repeatable type="bool">false</repeatable>
<binding> <binding>
<desc>Center rudder</desc> <desc>Center rudder</desc>
<command>property-assign</command> <command>property-assign</command>
@ -188,7 +191,6 @@ $Id$
</button> </button>
<button n="2"> <button n="2">
<repeatable type="bool">false</repeatable>
<binding> <binding>
<desc>Flaps up</desc> <desc>Flaps up</desc>
<command>property-adjust</command> <command>property-adjust</command>
@ -198,7 +200,6 @@ $Id$
</button> </button>
<button n="3"> <button n="3">
<repeatable type="bool">false</repeatable>
<binding> <binding>
<desc>Flaps down</desc> <desc>Flaps down</desc>
<command>property-adjust</command> <command>property-adjust</command>