Loading libraries/scrcpy/src/adb/options/types.ts +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ import { type TransformStream } from "@yume-chan/stream-extra"; import { type ScrcpyBackOrScreenOnControlMessage, type ScrcpyControlMessageType, type ScrcpySetClipboardControlMessage, } from "../../control/index.js"; import { type ScrcpyOptions, Loading Loading @@ -60,6 +61,12 @@ export abstract class AdbScrcpyOptionsBase<T extends object> return this.raw.serializeBackOrScreenOnControlMessage(message); } public serializeSetClipboardControlMessage( message: ScrcpySetClipboardControlMessage ): Uint8Array { return this.raw.serializeSetClipboardControlMessage(message); } public getScrollController() { return this.raw.getScrollController(); } Loading Loading
libraries/scrcpy/src/adb/options/types.ts +7 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ import { type TransformStream } from "@yume-chan/stream-extra"; import { type ScrcpyBackOrScreenOnControlMessage, type ScrcpyControlMessageType, type ScrcpySetClipboardControlMessage, } from "../../control/index.js"; import { type ScrcpyOptions, Loading Loading @@ -60,6 +61,12 @@ export abstract class AdbScrcpyOptionsBase<T extends object> return this.raw.serializeBackOrScreenOnControlMessage(message); } public serializeSetClipboardControlMessage( message: ScrcpySetClipboardControlMessage ): Uint8Array { return this.raw.serializeSetClipboardControlMessage(message); } public getScrollController() { return this.raw.getScrollController(); } Loading