handle double click events for adjmouse
This commit is contained in:
parent
91281e0530
commit
78e9c71f31
3 changed files with 6 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -291,11 +291,11 @@ static void CreateSettingsIni()
|
|||
"\n"
|
||||
"; Dune 2000\n"
|
||||
"[dune2000]\n"
|
||||
"maxgameticks=60\n"
|
||||
"maxgameticks=58\n"
|
||||
"\n"
|
||||
"; Dune 2000 Online\n"
|
||||
"[dune2000-spawn]\n"
|
||||
"maxgameticks=60\n"
|
||||
"maxgameticks=58\n"
|
||||
"\n"
|
||||
"; Command & Conquer: Tiberian Sun\n"
|
||||
"[game]\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue