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:
parent
f2ebea882b
commit
0882c1c9a0
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user