handle WM_MOUSEWHEEL message in GraphicsWindow_WndProc

This commit is contained in:
AJ Kelly
2011-05-14 23:36:42 -05:00
parent 250bd08f99
commit 0922df6d51
+1
View File
@@ -136,6 +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:
// We handle all input ourself, via DirectInput.
return 0;