xpadneo icon indicating copy to clipboard operation
xpadneo copied to clipboard

Add support for the OneXPlayer handheld gamepad

Open ruineka opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. The gamepad is not functional despite being a generic Xbox 360 input device.

Describe the solution you'd like The default gamepad is 2563:058d and when it is in keyboard/mouse mode it is 2563:0575. For some reason xpadneo does not work with the gamepad, however, xpad does when you compile it with the device IDs included.

ruineka avatar Oct 10 '21 17:10 ruineka

Is this a USB gamepad? xpadneo doesn't support that protocol yet, it's a HID-only driver, and only Bluetooth-connected gamepads can work.

kakra avatar Oct 10 '21 20:10 kakra

Okay, I figured out that it is a handheld console with integrated gamepad. That's probably wired to USB internally and thus won't work yet with xpadneo. USB support is planned for later: https://github.com/atar-axis/xpadneo/projects/4

kakra avatar Oct 10 '21 20:10 kakra

Okay, I figured out that it is a handheld console with integrated gamepad. That's probably wired to USB internally and thus won't work yet with xpadneo. USB support is planned for later: https://github.com/atar-axis/xpadneo/projects/4

Indeed so, it is wired USB internally. I didn't realize xpadneo didn't support USB at this time. It's good to know the support is planned though. Thanks for the info!

ruineka avatar Oct 10 '21 20:10 ruineka