1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 14:14:47 +01:00

tabs -> spaces

This commit is contained in:
FunkyFr3sh 2019-11-15 08:14:03 +01:00
parent f2ebea882b
commit 0882c1c9a0

View File

@ -1474,8 +1474,8 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
}
case WM_SYSKEYDOWN:
{
BOOL contextCode = (lParam & (1 << 29)) != 0;
BOOL keyState = (lParam & (1 << 30)) != 0;
BOOL contextCode = (lParam & (1 << 29)) != 0;
BOOL keyState = (lParam & (1 << 30)) != 0;
if (wParam == VK_RETURN && contextCode && !keyState)
{