floooh / oryol

A small, portable and extensible C++ 3D coding framework
MIT License
2k stars 200 forks source link

Game controllers detected twice on Linux when both evdev and legacy joystick API are available #333

Closed pixelherodev closed 5 years ago

pixelherodev commented 5 years ago

Apparently, game controllers are detected twice - once for the /dev/input/jsX file, once for the /dev/input/eventX file.

Probably going to submit a patch for this soon.

pixelherodev commented 5 years ago

I take that back, the issue was actually that the touchpad is being detected as a game controller