My SDL2 Project on windows works with both BT paired controllers and USB controllers.
The same code on Linux only seems to fire controller connect and button events for USB paired controllers.
On my linux machine I checked with evtest, Looked in /dev/input/ both the event and JS0 are there identical to when the controller is USB. with correct read permissions.
I tested on this site: http://www.html5rocks.com/en/tutorials/doodles/gamepad/gamepad-tester/tester.html
Both USB and BT controllers paired in linux work just as expected on the test website. They don’t even appear in my SDL2 project though.
Is the GameController implementation on linux only expecting USB controllers?
Anyone else have any experiance with bluetooth paired controllers on linux using GameController API?