* 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
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2011.06.30
|
||||
.TH TUXPAINT 1 "30 June 2011" "0.9.22" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2014.03.30
|
||||
.TH TUXPAINT 1 "30 March 2014" "0.9.22" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -67,6 +67,10 @@ tuxpaint -- "Tux Paint", a drawing program for young children.
|
|||
.br
|
||||
[\-\-onscreen-keyboard]
|
||||
.br
|
||||
[\-\-joystick-dev=\fIDEVICE\fP]
|
||||
.br
|
||||
[\-\-joystick-dev=list]
|
||||
.br
|
||||
[\-\-joystick-slowness=\fISPEED\fP]
|
||||
.br
|
||||
[\-\-joystick-threshold=\fITHRESHOLD\fP]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue