Added joystick options to man page and HTML version of OPTIONS doc.
(NOTE: OPTIONS.txt is generated from html/OPTIONS.html)
This commit is contained in:
parent
7041da207d
commit
4bd433cbc0
4 changed files with 48 additions and 20 deletions
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
|
||||
<p>April 15, 2011</p>
|
||||
<p>May 28, 2011</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
@ -472,6 +472,24 @@ New Breed Software</p>
|
|||
<b>Label</b> tools.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>joystick-slowness=<i>SPEED</i></b></code></dt>
|
||||
<dd>
|
||||
Sets a delay at each axis motion, allowing to slow the joystick.
|
||||
Allowed values are 0 to 500. Default value is 15.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>joystick-threshold=<i>THRESHOLD</i></b></code></dt>
|
||||
<dd>
|
||||
Sets the minimum level of axis motion to start moving the pointer.
|
||||
Allowed values are from 0 to 32766. Default value is 3200.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>joystick-maxsteps=<i>STEPS</i></b></code></dt>
|
||||
<dd>
|
||||
Sets the maximum pixels the pointer will move at once.
|
||||
Allowed values are from 1 to 7. Default value is 7.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>stampsize=<i>SIZE</i></b></code></dt>
|
||||
<dd>
|
||||
<p>Use this option to force Tux Paint to set the starting size of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue