fix(scrcpy): add None to AndroidMotionEventButton enum

This commit is contained in:
Simon Chan 2024-07-10 10:02:54 +08:00
parent 087e01b11b
commit a1c6450b2f
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD

View file

@ -18,6 +18,7 @@ export enum AndroidMotionEventAction {
} }
export enum AndroidMotionEventButton { export enum AndroidMotionEventButton {
None,
Primary = 0x01, Primary = 0x01,
Secondary = 0x02, Secondary = 0x02,
Tertiary = 0x04, Tertiary = 0x04,