RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 175 forks source link

New key map X_Box_360 with wireless receiver for linux #2947

Closed vido89 closed 1 year ago

vido89 commented 1 year ago

New key map X_Box_360 with wireless receiver for linux

vido89 commented 1 year ago

Sony PLAYSTATION R3 Controller Input map for linux

paroj commented 1 year ago

you guys really need to switch to SDL2 for the gamepad abstraction, instead of maintaining your own: https://wiki.libsdl.org/CategoryGameController

vido89 commented 1 year ago

Yep that would be nice to have because and I quote "so you'll know that SDL_CONTROLLER_AXIS_LEFTX is always the X-Axis of the left Analog Stick" so maybe we could implement SDL2 in to RoR when some developer get some free time tnx @paroj for suggestion

ohlidalp commented 1 year ago

I couldn't resist the ":smile:" reaction because this has been in my backlog since... ever. But there were always bugs attracting a lot more attention, so I never even started. But we'll definitely move to SDL2 eventually.