mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
fix(scrcpy): add None
to AndroidMotionEventButton
enum
This commit is contained in:
parent
087e01b11b
commit
a1c6450b2f
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ export enum AndroidMotionEventAction {
|
|||
}
|
||||
|
||||
export enum AndroidMotionEventButton {
|
||||
None,
|
||||
Primary = 0x01,
|
||||
Secondary = 0x02,
|
||||
Tertiary = 0x04,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue