Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Gamepad axis mapping in GNU/Linux

A topic by IgorGZ created Jan 27, 2017 Views: 495 Replies: 1
Viewing posts 1 to 2

Hello,
I have a problem to get working my gamepad:
This is an extract from output of FPVFreerider:


[...]
Importing game controller configs
Found /dev/input/event12
Mapping raw axis 0 to 0
Mapping raw axis 1 to 1
Mapping raw axis 2 to 2
Mapping raw axis 5 to 3
[...]


All axis mapping are correct except 2nd.
In order to work, I need this mapping: 4 to 2, instead of 2 to 2.

Is it possible to make a custom axis mapping?

Developer

Sounds like a Linux specific question. I don't use Linux myself but I hope someone with knowledge will be able to answer.