xbmc / peripheral.joystick

Kodi joystick support (drivers and button maps)
GNU General Public License v2.0
24 stars 46 forks source link

[cocoa] Support dpad/POV hat switch [e.g. directional buttons on DualShock] #190

Open nickolay opened 3 years ago

nickolay commented 3 years ago

This seems to be a known limitation (mentioned in the commit introducing the DS4 buttonmap), but hard to find, unless you know the right terms or take a deep dive into the code.

These are reported as:

...and should end up calling CJoystick::SetHatValue.

One can look into https://bugzilla.mozilla.org/show_bug.cgi?id=1107801 for implementation inspiration.

garbear commented 3 years ago

We have a PR for GCController support. @fuzzard how is that one going?

fuzzard commented 3 years ago

From memory, just had some cleanup to do from comments, just havent followed up on it.

garbear commented 1 month ago

https://github.com/xbmc/xbmc/pull/18790 was merged back in 2021. Can this issue be closed?