mirror of
https://github.com/encounter/SDL.git
synced 2025-05-19 05:41:22 +00:00
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…
x
Reference in New Issue
Block a user