mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 14:11:35 +00:00
Enable some restricted key combos to pass through to the PC
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user