mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
refactor(scrcpy) make large enums tree-shakeable (#798)
This commit is contained in:
parent
b2512856be
commit
27a6614680
89 changed files with 1056 additions and 1089 deletions
|
@ -6,6 +6,7 @@ import type { ScrcpyInjectScrollControlMessage } from "../../latest.js";
|
|||
|
||||
export const InjectScrollControlMessage = struct(
|
||||
{
|
||||
// value of `type` can change between versions
|
||||
type: u8,
|
||||
pointerX: u32,
|
||||
pointerY: u32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue