mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
fix(scrcpy): add None
value to AndroidKeyEventMeta
enum
This commit is contained in:
parent
e9912e6570
commit
ae55ded45a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ export enum AndroidKeyEventAction {
|
|||
|
||||
// https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/view/KeyEvent.java;l=993;drc=95c1165bb895dd844e1793460710f7163dd330a3
|
||||
export enum AndroidKeyEventMeta {
|
||||
None = 0,
|
||||
Alt = 0x02,
|
||||
AltLeft = 0x10,
|
||||
AltRight = 0x20,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue