Sam Lantinga
Sam Lantinga
I don't have FreeBSD or a touchpad, but you're welcome to contribute a fix if you find out why it's not working correctly.
> I guess it's quite obvious then: > > [SDL/src/core/linux/SDL_evdev.c](https://github.com/libsdl-org/SDL/blob/0d2f081d41bb47015ae16743491a0032bdc869fd/src/core/linux/SDL_evdev.c#L942-L951) > > Lines 942 to 951 in [0d2f081](/libsdl-org/SDL/commit/0d2f081d41bb47015ae16743491a0032bdc869fd) > > // For now, we just treat a touchpad like a...
Thanks for the report, can you attach the file that's showing the issue?
Sure, that would be helpful, thanks!
Sure, feel free to share the fix. What was its analysis of the problem?
Are you seeing this with SDL3 as well?
> This issue started to happen from [SDL 3.2.18](https://github.com/libsdl-org/SDL/releases/tag/release-3.2.18), as older versions like 3.2.16 works fine for me. Can you use `git bisect` to identify where it broke for you?
> Like, is this more "oh, you didn't use a .nib file?!" fallout...? Yeah, I think so. Launching from terminal has different finder behavior than launching from an app bundle.
Sure, go for it!
I think the only time-critical part of this was the question about whether the directory passed to the enumeration callback has a trailing '/', and the documentation says that it...