mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 23:35:59 +00:00
Enable some restricted key combos to pass through to the PC
This commit is contained in:
parent
e76344812e
commit
a3fe8e23f1
@ -215,7 +215,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
LiSendKeyboardEvent(keyCode,
|
||||
LiSendKeyboardEvent(0x8000 | keyCode,
|
||||
down ? KEY_ACTION_DOWN : KEY_ACTION_UP,
|
||||
modifierFlags);
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user