|
@@ -853,7 +853,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
|
SDL_MouseID mouseID;
|
|
SDL_MouseID mouseID;
|
|
RAWMOUSE *rawmouse;
|
|
RAWMOUSE *rawmouse;
|
|
if (SDL_GetNumTouchDevices() > 0 &&
|
|
if (SDL_GetNumTouchDevices() > 0 &&
|
|
- (GetMouseMessageSource() == SDL_MOUSE_EVENT_SOURCE_TOUCH || (GetMessageExtraInfo() & 0x82) == 0x82)) {
|
|
|
|
|
|
+ (GetMouseMessageSource() == SDL_MOUSE_EVENT_SOURCE_TOUCH || (GetMessageExtraInfo() & 0x80) == 0x80)) {
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
/* We do all of our mouse state checking against mouse ID 0
|
|
/* We do all of our mouse state checking against mouse ID 0
|