FGCamera: Difference between revisions

Jump to navigation Jump to search
858 bytes added ,  13 August 2014
→‎fgcamera-adjust: joystick bindings example
(→‎fgcamera-adjust: joystick bindings example)
Line 115: Line 115:
     </mod-up>
     </mod-up>
</key>
</key>
</syntaxhighlight>
<syntaxhighlight>
<axis>
    <number><windows>6</windows></number>
    <desc>View Direction</desc>
    <low>
        <binding>
            <command>fgcamera-adjust</command>
            <velocity>1</velocity>
            <dof>h</dof>
        </binding>
        <mod-up>
            <binding>
                <command>fgcamera-adjust</command>
                <velocity>0</velocity>
                <dof>h</dof>
            </binding>
        </mod-up>
    </low>
    <high>
        <binding>
            <command>fgcamera-adjust</command>
            <velocity>-1</velocity>
            <dof>h</dof>
        </binding>
        <mod-up>
            <binding>
                <command>fgcamera-adjust</command>
                <velocity>0</velocity>
                <dof>h</dof>
            </binding>
        </mod-up>
    </high>
</axis>
</syntaxhighlight>
</syntaxhighlight>


94

edits

Navigation menu