handle double click events for adjmouse

This commit is contained in:
FunkyFr3sh 2018-11-21 19:15:21 +01:00
parent 91281e0530
commit 78e9c71f31
3 changed files with 6 additions and 3 deletions

View file

@ -1149,6 +1149,9 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
/* fall through for lParam */
/* down messages are ignored if we have no cursor lock */
case WM_LBUTTONDBLCLK:
case WM_MBUTTONDBLCLK:
case WM_RBUTTONDBLCLK:
case WM_LBUTTONDOWN:
case WM_RBUTTONDOWN:
case WM_MBUTTONDOWN: