mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 14:14:47 +01:00
don't log key message
This commit is contained in:
parent
641313eaaf
commit
e5fcb98d5e
@ -16,7 +16,8 @@
|
||||
|
||||
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if (uMsg != WM_MOUSEMOVE && uMsg != WM_NCMOUSEMOVE && uMsg != WM_NCHITTEST && uMsg != WM_SETCURSOR)
|
||||
if (uMsg != WM_MOUSEMOVE && uMsg != WM_NCMOUSEMOVE && uMsg != WM_NCHITTEST && uMsg != WM_SETCURSOR &&
|
||||
uMsg != WM_KEYUP && uMsg != WM_KEYDOWN && uMsg != WM_CHAR)
|
||||
{
|
||||
TRACE_EXT(
|
||||
" uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user