94
edits
(→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> | ||
edits