Screen size can be rotated using the "--orient=portrait" command-line option or "orient=portait" configuration file setting. This swaps the width and height values used for window or screen size.
This commit is contained in:
parent
5dffed81d0
commit
3572c30937
4 changed files with 53 additions and 2 deletions
|
|
@ -131,6 +131,13 @@ New Breed Software</p>
|
|||
</p>
|
||||
</dd>
|
||||
|
||||
<dt><code><b>orient=portrait</b></code></dt>
|
||||
<dd>
|
||||
<p>Swaps the width/height options given to Tux Paint, useful for
|
||||
rotating the window on portait displays, such as a tablet PC that's
|
||||
in tablet orientation.
|
||||
</dd>
|
||||
|
||||
<dt><code><b>native=yes</b></code></dt>
|
||||
<dd>
|
||||
<p>When running <i>Tux Paint</i> in fullscreen mode, this
|
||||
|
|
@ -867,6 +874,7 @@ New Breed Software</p>
|
|||
<dt><code><b>
|
||||
--fullscreen<br>
|
||||
--<i>WIDTH</i>x<i>HEIGHT</i><br>
|
||||
--orient=portrait<br>
|
||||
--native<br>
|
||||
--startblank<br>
|
||||
--nosound<br>
|
||||
|
|
@ -904,6 +912,7 @@ New Breed Software</p>
|
|||
<dt><code><b>
|
||||
--windowed<br>
|
||||
--800x600<br>
|
||||
--orient=landscape<br>
|
||||
--startlast<br>
|
||||
--sound<br>
|
||||
--quit<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue