Middle button now releases mouse. Based on patch from HalfMinute.

This commit is contained in:
TomW 2014-02-11 19:44:32 +00:00
commit 31bc0ef789
2 changed files with 5 additions and 1 deletions

View file

@ -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;