Zh/Yoke for FlightGear: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (fix structure)
No edit summary
Line 8: Line 8:
| developedby        = 梁思地(iOS 版本),CHH2000Day(Android 版本)
| developedby        = 梁思地(iOS 版本),CHH2000Day(Android 版本)
| initialrelease      =  
| initialrelease      =  
| latestrelease      = iOS 1.1.3, Android 0.3.0
| latestrelease      = iOS 1.1.4, Android 0.3.0
| writtenin          = Swift 4.0, Objective-C, Java
| writtenin          = Swift 5.0, Objective-C, Java
| os                  = iOS, Android
| os                  = iOS, Android
| platform            = 移动端
| platform            = 移动端
Line 30: Line 30:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<?xml version="1.0"?>
<?xml version="1.0"?>
<PropertyList>
<PropertyList>
Line 52: Line 53:
                 <type>float</type>
                 <type>float</type>
                 <format>%f</format>
                 <format>%f</format>
                 <node>/controls/engines/engine/throttle</node>
                 <node>/controls/engines/throttle-all</node>
            </chunk>
            <chunk>
                <name>throttle1</name>
                <type>float</type>
                <format>%f</format>
                <node>/controls/engines/engine[1]/throttle</node>
            </chunk>
            <chunk>
                <name>throttle2</name>
                <type>float</type>
                <format>%f</format>
                <node>/controls/engines/engine[2]/throttle</node>
            </chunk>
            <chunk>
                <name>throttle3</name>
                <type>float</type>
                <format>%f</format>
                <node>/controls/engines/engine[3]/throttle</node>
             </chunk>
             </chunk>


Line 76: Line 59:
     </generic>
     </generic>
</PropertyList>
</PropertyList>




339

edits

Navigation menu