[Bug 52039] js Joystick input no longer supported

WineHQ Bugzilla wine-bugs at winehq.org
Sun Nov 14 21:37:10 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=52039

Olivier F. R. Dierick <o.dierick at piezo-forte.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |o.dierick at piezo-forte.be

--- Comment #1 from Olivier F. R. Dierick <o.dierick at piezo-forte.be> ---
Hello,

Not a fix but try evdev-joystick (for Linux), or DXTweak2 (for Windows), or
similar.

I have an issue with my wheel w/pedals that evdev-joystick can't fix: Both
pedals are collated as a single axis with different range lengths for each side
making the center off to one direction. jscal could fix that with
min-center-max calibration. evdev cannot as it only handles min-max values: It
leaves the center at whatever raw value in the min-max range that is returned
by the device and that's what Wine sees.

Fixing that feature in evdev or implementing a tool that wraps the real device
in a virtual device with proper min-center-max mappings is too much for me and
I don't want to bother with a windows tool. So to fix my issue, I've started to
implement a calibration tool in Wine's joy.cpl on my own (reusing the test
dialog axis display). I'll keep this bug updated if I manage to implement that.
I'll then see if I can add an option to map joystick axis (bug 51908) in the
graphical tool.

Regards.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list