PascalGameDevelopment/SDL2-for-Pascal

TODO: Implement Functions "SDL_JoystickPath" and "SDL_JoystickPathForIndex" (as of release of SDL 2.24.0)

flowCRANE opened this issue · 4 comments

The following functions are not implemented:

These functions are available since SDL 2.24.0

suve commented

SDL 2.24.0 hasn't even been released yet, so you'd need to compile the library from source to use these functions, either way.

I'd prefer to wait until 2.24.0 is released, in case the API changes.

I don't need to use these functions. Just for the purposes of my own project, I checked what the library offers in terms of joysticks and found those functions for which there are no imports. I have added an issue so as not to forget about these functions in the future when a new version of SDL is released.

Just changed the title to keep this in mind.

Thanks!

suve commented

Fixed by PR #75.