mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
a4d0571e4a
Daniel Gibson Sorry, but it seems like Microsoft didn't fix the issue properly. I just updated my Win10 machine, it now is Version 1803, Build 17134.1 I tested with SDL2 2.0.7 (my workaround was released with 2.0.8) and still got lots of events that directly undid the prior "real" events - just like before. (See simple testcase in attachement) By default it sets SDL_HINT_MOUSE_RELATIVE_MODE_WARP - which triggered (and on my machine still triggers) the buggy behavior. You can start it with -raw, then it'll not set that hint and the events will be as expected. The easiest way to see the difference is looking at the window title, which shows accumulated X and Y values: If you just move your mouse to the right, in -raw mode the number just increases. In non-raw mode (using mouse warping) it stays around 0. I also had a WinAPI-only testcase: https://gist.github.com/DanielGibson/b5b033c67b9137f0280af9fc53352c68 It just calls SetCursorPos(320,240); on each WM_MOUSEMOVE event, and it also logs all those events to a mouseevents.log textfile. This log indeed looks a bit different since the latest Win10 update: It seems like all those events with x=320 y=240 do arrive - but only after I stopped moving the mouse - even though the cursor seems to be moved back every frame (or so). So moving the mouse to the right gives X coordinates like 330, 325, 333, 340, 330, ... and then when stopping movement I get lots of events with X coordinate 320 |
||
---|---|---|
.. | ||
android | ||
cocoa | ||
directfb | ||
dummy | ||
emscripten | ||
haiku | ||
khronos | ||
kmsdrm | ||
mir | ||
nacl | ||
pandora | ||
psp | ||
qnx | ||
raspberry | ||
uikit | ||
vivante | ||
wayland | ||
windows | ||
winrt | ||
x11 | ||
yuv2rgb | ||
SDL_blit_0.c | ||
SDL_blit_1.c | ||
SDL_blit_A.c | ||
SDL_blit_auto.c | ||
SDL_blit_auto.h | ||
SDL_blit_copy.c | ||
SDL_blit_copy.h | ||
SDL_blit_N.c | ||
SDL_blit_slow.c | ||
SDL_blit_slow.h | ||
SDL_blit.c | ||
SDL_blit.h | ||
SDL_bmp.c | ||
SDL_clipboard.c | ||
SDL_egl_c.h | ||
SDL_egl.c | ||
SDL_fillrect.c | ||
SDL_pixels_c.h | ||
SDL_pixels.c | ||
SDL_rect_c.h | ||
SDL_rect.c | ||
SDL_RLEaccel_c.h | ||
SDL_RLEaccel.c | ||
SDL_shape_internals.h | ||
SDL_shape.c | ||
SDL_stretch.c | ||
SDL_surface.c | ||
SDL_sysvideo.h | ||
SDL_video.c | ||
SDL_vulkan_internal.h | ||
SDL_vulkan_utils.c | ||
SDL_yuv_c.h | ||
SDL_yuv.c | ||
sdlgenblit.pl |