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

Provide SCP-compatible Extended XInput API #66

Closed
nefarius opened this issue Apr 15, 2021 · 0 comments · Fixed by #155
Closed

Provide SCP-compatible Extended XInput API #66

nefarius opened this issue Apr 15, 2021 · 0 comments · Fixed by #155
Assignees
Labels
Core Core/Common Driver Topic enhancement New feature or request

Comments

@nefarius
Copy link
Owner

Originally requested by @CookiePLMonster

About

ScpServer/ScpToolkit provided an XInput Proxy DLL which basically offloaded grabbing inputs and submitting rumble requests to the core of SCP via IPC mechanism.

It also introduced/exposed the additional API XInputGetExtended which provided a custom report structure to expose pressure axes as scaled easy to consume float values for any other project to consume without having to worry about the underlying implementation.

Why

I don't know, apparently some crazy folks adopted the API and want it back 😁

How

Provide a simple IPC mechanism between the driver and a new simple C/C++ based proxy DLL to make readout independent of the HID device mode and also forward vibration requests transparently.

@nefarius nefarius added enhancement New feature or request Core Core/Common Driver Topic labels Apr 15, 2021
@nefarius nefarius self-assigned this Apr 15, 2021
@nefarius nefarius added this to the Fixed in v2.1.x milestone Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Core/Common Driver Topic enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant