Add support for Applications (context menu) key in the Windows platform
I will add corresponding support in moonlight-qt.
This commit is contained in:
@@ -516,6 +516,7 @@ namespace platf {
|
||||
case VK_LEFT:
|
||||
case VK_RIGHT:
|
||||
case VK_DIVIDE:
|
||||
case VK_APPS:
|
||||
ki.dwFlags |= KEYEVENTF_EXTENDEDKEY;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user