mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Remove references to --rotation
This option was removed a long time ago.
This commit is contained in:
parent
d5158dac69
commit
7bd18fcda8
2 changed files with 4 additions and 5 deletions
|
|
@ -80,7 +80,6 @@ _scrcpy() {
|
|||
--record-orientation=
|
||||
--render-driver=
|
||||
--require-audio
|
||||
--rotation=
|
||||
-s --serial=
|
||||
-S --turn-screen-off
|
||||
--screen-off-timeout=
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
* coordinates are expressed in SDL window coordinates (the visible UI), while
|
||||
* scrcpy events are expressed in device frame coordinates.
|
||||
*
|
||||
* In particular, the window may be visually scaled or rotated (with --rotation
|
||||
* or MOD+Left/Right), but this does not impact scrcpy input events (contrary
|
||||
* to SDL input events). This allows to abstract these display details from the
|
||||
* input event processors (and to make them independent from the "screen").
|
||||
* In particular, the window may be visually scaled or rotated, but this does
|
||||
* not impact scrcpy input events (contrary to SDL input events). This allows to
|
||||
* abstract these display details from the input event processors (and to make
|
||||
* them independent from the "screen").
|
||||
*
|
||||
* For many enums below, the values are purposely the same as the SDL
|
||||
* constants (though not all SDL values are represented), so that the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue