Sam Lantinga
Sam Lantinga
Hello! I have not forgotten about your PRs, I just have other things to work on for the SDL3 release. I plan to revisit these before the initial release.
You should be able to do: `git rebase -i origin` and use 'f' to flatten this to a single commit.
Type ZZ in vim, after you finish your edits.
Can you check https://github.com/libsdl-org/SDL/pull/9753 and see if it works for you?
Oh, I thought you were on a branch. Go ahead and edit todo and cancel the fixup. You can create a new branch, or just leave it and I can...
I went ahead and merged this. It's not useful on its own, but it serves as a good starting point for your other discussion.
Yep, I cherry-picked this out for the next SDL2 release.
I don't have a dance mat for testing. Are you able to debug using lldb on SDL testjoystick to see what's happening?
> `SDL_mfijoystick` reports a device with `nbuttons=0` and no other inputs - it is basically non-working. `SDL_iokitjoystick` reports `nbuttons=10`, `axes=5` for my dance mat. That's the working device. I think...
Actually, I just double checked and we've done a bunch of MFi driver improvements since the version you're testing. Can you update to the latest SDL2 code and check that?