Middle button now releases mouse. Based on patch from HalfMinute.
This commit is contained in:
parent
d69f638a59
commit
31bc0ef789
2 changed files with 5 additions and 1 deletions
|
|
@ -1644,6 +1644,10 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
}
|
||||
break;
|
||||
|
||||
case WM_MBUTTONUP:
|
||||
releasemouse();
|
||||
break;
|
||||
|
||||
case WM_ENTERMENULOOP:
|
||||
// if (key[KEY_ALT] || key[KEY_ALTGR]) return 0;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue