Sam Lantinga

Results 1875 comments of Sam Lantinga

Can you post an Amazon link? Maybe I can pick up that dance mat and investigate further. I also haven't seen any crashes, so I'm not sure if it's specific...

Okay, I bought this mat, I should get it in a month or so and will take a look.

Does it happen with the SDL testcontroller test program?

I don't have arch Linux, but it's working here on Ubuntu 22.04: ``` [INFO]: Targeting VK_KHR_present_wait latency to 1 frames. INFO: SDL EVENT: SDL_EVENT_JOYSTICK_ADDED (timestamp=1000000000 which=2) INFO: SDL EVENT: SDL_EVENT_GAMEPAD_ADDED...

Configure SDL with -DSDL_TESTS=ON, and then run tests/testcontroller

Do you know what effect changing the configuration in `/etc/asound.conf` has? Are you able to debug into SDL and find out why it's failing?

Does this fix anything? ```patch diff --git a/src/video/windows/SDL_windowsevents.c b/src/video/windows/SDL_windowsevents.c index 89e05cd50..05f65ccdf 100644 --- a/src/video/windows/SDL_windowsevents.c +++ b/src/video/windows/SDL_windowsevents.c @@ -620,6 +620,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) SDL_SendMouseMotion(WIN_GetEventTimestamp(), data->window,...

We're releasing SDL 2.30 soon and haven't heard back, so I'm going ahead and moving this to the next milestone.

I'm wondering if this is an issue with the embedded control rather than SDL? Can you reproduce this with testwm --info event?

> > I'm wondering if this is an issue with the embedded control rather than SDL? > > Can you reproduce this with testwm --info event? > > Yes, you...