mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +02:00
feat(adb-scrcpy): infer type of videoStream
from video
option
This commit is contained in:
parent
02f5bd5929
commit
24b65fd2c1
61 changed files with 653 additions and 336 deletions
|
@ -12,8 +12,8 @@ describe("ScrollController", () => {
|
|||
type: ScrcpyControlMessageType.InjectScroll,
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
screenWidth: 0,
|
||||
screenHeight: 0,
|
||||
videoWidth: 0,
|
||||
videoHeight: 0,
|
||||
scrollX: 0.5,
|
||||
scrollY: 0.5,
|
||||
buttons: 0,
|
||||
|
@ -27,8 +27,8 @@ describe("ScrollController", () => {
|
|||
type: ScrcpyControlMessageType.InjectScroll,
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
screenWidth: 0,
|
||||
screenHeight: 0,
|
||||
videoWidth: 0,
|
||||
videoHeight: 0,
|
||||
scrollX: 1.5,
|
||||
scrollY: 1.5,
|
||||
buttons: 0,
|
||||
|
@ -43,8 +43,8 @@ describe("ScrollController", () => {
|
|||
type: ScrcpyControlMessageType.InjectScroll,
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
screenWidth: 0,
|
||||
screenHeight: 0,
|
||||
videoWidth: 0,
|
||||
videoHeight: 0,
|
||||
scrollX: 0.5,
|
||||
scrollY: 0.5,
|
||||
buttons: 0,
|
||||
|
@ -53,8 +53,8 @@ describe("ScrollController", () => {
|
|||
type: ScrcpyControlMessageType.InjectScroll,
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
screenWidth: 0,
|
||||
screenHeight: 0,
|
||||
videoWidth: 0,
|
||||
videoHeight: 0,
|
||||
scrollX: 0.5,
|
||||
scrollY: 0.5,
|
||||
buttons: 0,
|
||||
|
@ -69,8 +69,8 @@ describe("ScrollController", () => {
|
|||
type: ScrcpyControlMessageType.InjectScroll,
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
screenWidth: 0,
|
||||
screenHeight: 0,
|
||||
videoWidth: 0,
|
||||
videoHeight: 0,
|
||||
scrollX: -0.5,
|
||||
scrollY: -0.5,
|
||||
buttons: 0,
|
||||
|
@ -79,8 +79,8 @@ describe("ScrollController", () => {
|
|||
type: ScrcpyControlMessageType.InjectScroll,
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
screenWidth: 0,
|
||||
screenHeight: 0,
|
||||
videoWidth: 0,
|
||||
videoHeight: 0,
|
||||
scrollX: -0.5,
|
||||
scrollY: -0.5,
|
||||
buttons: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue