mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Add support for Applications (context menu) key in the Windows platform
I will add corresponding support in moonlight-qt.
This commit is contained in:
@@ -1228,6 +1228,10 @@ namespace input {
|
||||
}
|
||||
|
||||
for (auto &kp : key_press) {
|
||||
if (!kp.second) {
|
||||
// already released
|
||||
continue;
|
||||
}
|
||||
platf::keyboard(platf_input, vk_from_kpid(kp.first) & 0x00FF, true, flags_from_kpid(kp.first));
|
||||
key_press[kp.first] = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user