From 2724e35e971b44785cbdb43c78bae3063c59e69d Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 15 May 2011 00:01:45 -0500 Subject: [PATCH] commenting --- src/archutils/Win32/GraphicsWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archutils/Win32/GraphicsWindow.cpp b/src/archutils/Win32/GraphicsWindow.cpp index cb2b128d71..44314367e0 100644 --- a/src/archutils/Win32/GraphicsWindow.cpp +++ b/src/archutils/Win32/GraphicsWindow.cpp @@ -136,7 +136,7 @@ static LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wPar case WM_KEYUP: case WM_SYSKEYDOWN: case WM_SYSKEYUP: - case WM_MOUSEWHEEL: + case WM_MOUSEWHEEL: // might want to use this for GET_WHEEL_DELTA_WPARAM(wParam) -aj // We handle all input ourself, via DirectInput. return 0;