fyhuang / enjoy2

Transform joystick input into keyboard and mouse events (OSX)
MIT License
363 stars 55 forks source link

Left DPAD button on ps3 controller doesn't work #35

Open espeon opened 7 years ago

espeon commented 7 years ago

I've got the left dpad as left arrow key ant I think it's "holding down" on the left arrow key. I've tried switching left and right arrow keys, taking it apart, and other things.

mike9k1 commented 6 years ago

Seconded. It seems that with the (8Bitdo) NES30 Pro (and other gamepads with an analog stick), the D-Pad is considered a 'hat switch'. Enjoy (and similar applications derived from the same codebase) don't seem to recognize the D-Pad as 'centered' when no input is present, instead defaulting to a state which it assumes the 'hat switch' remains in the 'left' position. This has been an outstanding issue for quite some time.

matschaffer commented 5 years ago

thanks @LinusTeK & @mike9k1 - was seeing that same "always left" behavior with my fc30 pro as well. Glad it's not just me.