Search found 3 matches
- Thu Jul 27, 2017 9:16 pm
- Forum: Support and Development
- Topic: Gamepad mappings not applying
- Replies: 3
- Views: 3482
Re: Gamepad mappings not applying
So, after sifting through the love2d code for gamepads, it seems to me that while it is intended that buttons can be remapped even with an already available mapping, there are two problems at hand: a) the code for replacing a mapping in setGamepadMapping is buggy, see the issue I created: https://bi...
- Thu Jul 27, 2017 2:04 pm
- Forum: Support and Development
- Topic: Gamepad mappings not applying
- Replies: 3
- Views: 3482
Re: Gamepad mappings not applying
First of all, thank you for answering. At least i have not gone mad over this, as you seem to have experienced the same problem. I have now tested the loadGamepadMappings with a cheap USB NES gamepad that love did not immediately recognize as a gamepad. However, after loading the SDL file it got rec...
- Thu Jul 27, 2017 10:05 am
- Forum: Support and Development
- Topic: Gamepad mappings not applying
- Replies: 3
- Views: 3482
Gamepad mappings not applying
Hello (and sorry for the large post), I am currently trying to add support for gamepads to my game. Specifically, I am trying to get the new XBOX Wireless controller ("Standard 2016") to work, with the GUID 050000005e040000fd02000003090000, connected via bluetooth to my linux system. The g...