We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8befca commit 36c0c57Copy full SHA for 36c0c57
Src/MouseHook.cpp
@@ -1,6 +1,10 @@
1
#include <StdAfx.h>
2
#include "MouseHook.h"
3
4
+#ifndef WM_MOUSEHWHEEL
5
+# define WM_MOUSEHWHEEL 0x20e
6
+#endif
7
+
8
LRESULT CALLBACK CMouseHook::MouseProc(int nCode, WPARAM wParam, LPARAM lParam)
9
{
10
if (nCode < 0)
0 commit comments