mirror of https://github.com/encounter/SDL.git
Fixed whitespace
This commit is contained in:
parent
db68af8032
commit
477fcf52e9
|
@ -905,7 +905,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||||
} else {
|
} else {
|
||||||
SDL_SendMouseMotion(data->window, mouseID, 1, relX, relY);
|
SDL_SendMouseMotion(data->window, mouseID, 1, relX, relY);
|
||||||
|
|
||||||
if (!data->in_title_click && !data->focus_click_pending) {
|
if (!data->in_title_click && !data->focus_click_pending) {
|
||||||
WarpWithinBoundsRect(x, y, &boundsRect);
|
WarpWithinBoundsRect(x, y, &boundsRect);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue