Joystick mapping tool for Linux

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: another_commander, winston, Getafix

Darkenedroom
Poor
Poor
Posts: 7
Joined: Tue Jun 27, 2023 8:35 pm

Re: Joystick mapping tool for Linux

Post by Darkenedroom »

Hi

I was browsing through the SDL repo's (because I'm weird like that) and the I noticed there is a sdl12-compat repo which provides (according to the readme)

This code is a compatibility layer; it provides a binary and source compatible API for programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes. If you are writing new code, please target SDL 2.0 directly and do not use this layer.

Now I'm a Java dev not a C developer but I thought it might be worth mentioning (in case no-one had seen it) as it may provide a migration path to SDL2 at some point in the future?

It can be found here: https://github.com/libsdl-org/sdl12-compat
Post Reply