mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 04:39:42 +08:00
temporarily workaround for swap mouse buttons feature
svn path=/trunk/; revision=43292
This commit is contained in:
@@ -1120,7 +1120,8 @@ IntMouseInput(MOUSEINPUT *mi)
|
||||
mi->time = MsqCalculateMessageTime(&LargeTickCount);
|
||||
}
|
||||
|
||||
SwapButtons = CurInfo->SwapButtons;
|
||||
// FIXME: CurInfo->SwapButtons doesn't contain the correct value yet
|
||||
SwapButtons = UserGetSystemMetrics(SM_SWAPBUTTON);//CurInfo->SwapButtons;
|
||||
DoMove = FALSE;
|
||||
|
||||
IntGetCursorLocation(WinSta, &MousePos);
|
||||
|
||||
Reference in New Issue
Block a user