Skip to content

Commit

Permalink
Add One-Hand mice wheel scroll diff and merge (#2435) (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Oct 13, 2024
1 parent a8befca commit 36c0c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Src/MouseHook.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#include <StdAfx.h>
#include "MouseHook.h"

#ifndef WM_MOUSEHWHEEL
# define WM_MOUSEHWHEEL 0x20e
#endif

LRESULT CALLBACK CMouseHook::MouseProc(int nCode, WPARAM wParam, LPARAM lParam)
{
if (nCode < 0)
Expand Down

0 comments on commit 36c0c57

Please sign in to comment.