Commit 40ed9f75c9e1ed1dd99ee699ff4f678438ac3662

Sam Lantinga 2021-10-08T10:05:27

Workaround for Windows occasionally ignoring SetCursorPos() calls Also, since we're flushing mouse motion before and including the warp, we don't need the isWin10FCUorNewer hack to simulate mouse warp motion. Fixes https://github.com/libsdl-org/SDL/issues/4339 and https://github.com/libsdl-org/SDL/issues/4165