fix unlock cursor keys
This commit is contained in:
parent
69b29ebac3
commit
3750ca384d
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (wParam == VK_MENU)
|
if (wParam == VK_CONTROL || wParam == VK_MENU)
|
||||||
{
|
{
|
||||||
if ((GetAsyncKeyState(VK_RMENU) & 0x8000) && GetAsyncKeyState(VK_RCONTROL) & 0x8000)
|
if ((GetAsyncKeyState(VK_RMENU) & 0x8000) && GetAsyncKeyState(VK_RCONTROL) & 0x8000)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue