Joystick should now work.
This commit is contained in:
parent
21081427e3
commit
7041da207d
6 changed files with 890 additions and 599 deletions
|
|
@ -378,6 +378,18 @@ Windows Users
|
|||
Presents a clickable on-screen keyboard when using the Text
|
||||
and Label tools.
|
||||
|
||||
joystick-slowness=number
|
||||
Sets a delay at each axis motion, allowing to slow the joystick.
|
||||
Allowed values are 0 to 500. Default value is 15.
|
||||
|
||||
joystick-threshold
|
||||
Sets the minimum level of axis motion to start moving the pointer.
|
||||
Allowed values are from 0 to 32766. Default value is 3200.
|
||||
|
||||
joystick-maxsteps
|
||||
Sets the maximum pixels the pointer will move at once.
|
||||
Allowed values are from 1 to 7. Default value is 7.
|
||||
|
||||
stampsize=SIZE
|
||||
|
||||
Use this option to force Tux Paint to set the starting size of
|
||||
|
|
@ -760,8 +772,7 @@ Windows Users
|
|||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--printcfg --altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--nolockfile
|
||||
|
|
@ -780,6 +791,9 @@ Windows Users
|
|||
--nolabel
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--sysfonts
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue