Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not really an issue, more a question #28

Open
medievil1 opened this issue Sep 15, 2021 · 4 comments
Open

not really an issue, more a question #28

medievil1 opened this issue Sep 15, 2021 · 4 comments

Comments

@medievil1
Copy link

medievil1 commented Sep 15, 2021

does this support the analog face buttons the OG xbox has?
many og xbox games used the analog face buttons and with xemu and cxbxr improving.. this is the ideal solution for controller support/

@medievil1 medievil1 changed the title bit really an issue, more a question not really an issue, more a question Sep 15, 2021
@emoose
Copy link
Owner

emoose commented Sep 15, 2021

Sadly not, xinput doesn't have any support for analog buttons, so there's no way to translate it over :/ It can actually read the analog value, but doesn't copy it over or anything.

Maybe DirectInput controllers could work with analog buttons, haven't looked into that, but don't really think ViGEmBus can work with them at all :(

@eVenent
Copy link

eVenent commented Dec 27, 2021

Do we have any chances for DirectInput mode for Xb2XInput in the future? It would let to enable analog buttons on PC.

Currently we do not have proper driver which can be used for OG Xbox emulators (emulating analog buttons). Mayflash's is an mistake, which allows only 2 pressure sensitive buttons in one config (usually disabling analog triggers). XBCD apart of unsigned driver is giving 3 axis for 8 buttons, so even if we will assign two buttons to them (for normal and negative axis), two of buttons will stay digital.
Such DirectInput driver can be used even for PS2 and PS3 emulators, where these pressure-sensitive face buttons are already supported. I saw that people are asking if it is possible to use Xbox OG controller with Playstation emulators. As long, as we do not have such driver, it is not possible.

Sadly, this unique feature (pressure sensitive buttons) can be forgotten if we will not receive any driver which will help to prevent it. I saw that reWASD software added pressure-sensitive support for Dualshock 3 where we can remap buttons and activate different actions depends on how hard we are pressing buttons. It would be nice to have such support for Xbox device too.

@medievil1
Copy link
Author

analog buttons are possible, using libusb it was recently added as standard on cxbxr... plug the og xbox controller in via usb and it will read it all analog buttons intact

@eVenent
Copy link

eVenent commented Dec 28, 2021

Great to know! At least one emulator supports OG controller properly. Now we need someone to create DirectInput driver based on this solution and controller will have perfect support on PC.
We will be able to spread pressure sensitive support to PS2 and PS3 emulators too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants