mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00: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