mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Merge commit '85bbf8eec9' into main
This commit is contained in:
commit
8d7ea151b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1776,7 +1776,7 @@ WIN_PumpEvents(_THIS)
|
|||
/* This mouse message happened after the warp */
|
||||
SDL_last_warp_time = 0;
|
||||
}
|
||||
#endif !defined(__XBOXONE__) && !defined(__XBOXSERIES__)
|
||||
#endif /*!defined(__XBOXONE__) && !defined(__XBOXSERIES__)*/
|
||||
|
||||
/* Always translate the message in case it's a non-SDL window (e.g. with Qt integration) */
|
||||
TranslateMessage(&msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue