* Squelching a lot of debugging output, unless DEBUG is #define'd
* Added "--joystick-dev" option, for specifying which joystick device Tux Paint should listen to * "--joystick-dev list" is now used to list the available devices * Cleaned up some 'usage' output
This commit is contained in:
parent
a09d239eaf
commit
0b27bec2e8
11 changed files with 153 additions and 48 deletions
|
|
@ -386,11 +386,15 @@ Windows Users
|
|||
|
||||
onscreen-keyboard-disable-change=yes
|
||||
Disables the possibility for changing the layout of the
|
||||
on-screen keyboard when using the Text and Label tools,
|
||||
usefull for simplifying things for the small children.
|
||||
on-screen keyboard when using the Text and Label tools, useful
|
||||
for simplifying things for the small children.
|
||||
Note: Using this option implies automatically
|
||||
onscreen-keyboard=yes, so setting both is redundant.
|
||||
|
||||
joystick-dev=N
|
||||
Specify which joystick device should be used by Tux Paint.
|
||||
Default value is 0 (the first joystick).
|
||||
|
||||
joystick-slowness=SPEED
|
||||
Sets a delay at each axis motion, allowing to slow the
|
||||
joystick. Allowed values are from 0 to 500. Default value is
|
||||
|
|
@ -417,7 +421,7 @@ Windows Users
|
|||
|
||||
joystick-btn-escape=BUTTON NUMBER
|
||||
Selects the joystick button number, as seen by SDL, that will
|
||||
be used to generate a escape event. Usefull to dismiss dialogs
|
||||
be used to generate a escape event. Useful to dismiss dialogs
|
||||
and quit.
|
||||
|
||||
joystick-btn-brush=BUTTON NUMBER
|
||||
|
|
@ -1028,6 +1032,9 @@ Command-Line Informational Options
|
|||
--lang help
|
||||
Display a list of available languages in Tux Paint.
|
||||
|
||||
--joystick-dev list
|
||||
Display list of attached joysticks available to Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Choosing a Different Language
|
||||
|
|
|
|||
|
|
@ -482,11 +482,17 @@ New Breed Software</p>
|
|||
<dt><code><b>onscreen-keyboard-disable-change=yes</b></code></dt>
|
||||
<dd>
|
||||
Disables the possibility for changing the layout of the on-screen keyboard when using the <b>Text</b> and
|
||||
<b>Label</b> tools, usefull for simplifying things for the small children.<br>
|
||||
<b>Label</b> tools, useful for simplifying things for the small children.<br>
|
||||
Note: Using this option implies automatically <b>onscreen-keyboard=yes</b>, so setting both is redundant.
|
||||
</dd>
|
||||
|
||||
|
||||
<dt><code><b>joystick-dev=<i>N</i></b></code></dt>
|
||||
<dd>
|
||||
Specify which joystick device should be used by Tux Paint.
|
||||
Default value is 0 (the first joystick).
|
||||
</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.
|
||||
|
|
@ -520,7 +526,7 @@ New Breed Software</p>
|
|||
<dt><code><b>joystick-btn-escape=<i>BUTTON NUMBER</i></b></code></dt>
|
||||
<dd>
|
||||
Selects the joystick button number, as seen by SDL, that will be used to generate a escape event.
|
||||
Usefull to dismiss dialogs and quit.
|
||||
Useful to dismiss dialogs and quit.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>joystick-btn-brush=<i>BUTTON NUMBER</i></b></code></dt>
|
||||
|
|
@ -1527,6 +1533,11 @@ New Breed Software</p>
|
|||
<dd>
|
||||
Display a list of available languages in Tux Paint.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>--joystick-dev list</b></code></dt>
|
||||
<dd>
|
||||
Display list of attached joysticks available to Tux Paint.
|
||||
</dd>
|
||||
</dl>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue