Add support for Applications (context menu) key in the Windows platform

I will add corresponding support in moonlight-qt.
This commit is contained in:
jcj83429
2023-07-08 16:28:47 -07:00
committed by Cameron Gutman
parent f3871c4449
commit d075424225
2 changed files with 5 additions and 0 deletions

View File

@@ -516,6 +516,7 @@ namespace platf {
case VK_LEFT:
case VK_RIGHT:
case VK_DIVIDE:
case VK_APPS:
ki.dwFlags |= KEYEVENTF_EXTENDEDKEY;
break;
default: