mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-02 15:56:21 +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,
|
down ? KEY_ACTION_DOWN : KEY_ACTION_UP,
|
||||||
modifierFlags);
|
modifierFlags);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user