mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
chore: reword changeset
This commit is contained in:
parent
b423c79755
commit
4b98c1ba19
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
"@yume-chan/scrcpy": major
|
||||
---
|
||||
|
||||
Convert `ScrcpyOptionsX\_YY.prototype.controlMessageTypes` to a map between internal control message types to version-specific values.
|
||||
Convert `ScrcpyOptionsX_YY.prototype.controlMessageTypes` to a mapping from internal control message types to version-specific values.
|
||||
|
||||
Generally, you would use `ScrcpyControlMessageSerializer`, `ScrcpyControlMessageWriter`, or `AdbScrcpyClient.prototype.controller` to send control messages to device, instead of using `controlMessageTypes` directly.
|
||||
Generally, `ScrcpyControlMessageSerializer`, `ScrcpyControlMessageWriter`, or `AdbScrcpyClient.prototype.controller` should be used to send control messages to devices, instead of using `controlMessageTypes` directly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue