remove screenshot hotkey
This commit is contained in:
parent
d56240e178
commit
7b55df3ed7
3 changed files with 0 additions and 15 deletions
|
@ -1023,15 +1023,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
if(wParam == VK_CONTROL || wParam == ddraw->screenshotKey)
|
||||
{
|
||||
if(GetAsyncKeyState(VK_CONTROL) & 0x8000 && GetAsyncKeyState(ddraw->screenshotKey) & 0x8000)
|
||||
{
|
||||
screenshot(ddraw->primary);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case WM_KEYUP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue