-
Notifications
You must be signed in to change notification settings - Fork 124
Description
Hello,
I'm currently running an iPad 9th Generation on iPadOS 15.5. I have an Ion iCade which is configured and verified to be working. If I open up Notes and use the joystick and buttons, it outputs the correct keys for key-down and key-up sequences as per the documentation and code comments (
Line 123 in 0a3641e
| // iCade keys |
The problem arises when I try to use the joystick. The direction I press the joystick does not correlate to the graphical joystick's direction on the screen or what gets sent to MAME. If I switch the view to D-Pad, the directions do match, but the incorrect joystick direction is still being sent. Trying to reconfigure MAME does not work because the joystick events are still being sent. Here is what my MAME Player 1 Controls configuration looks like:
- P1 Up: Joy 1 Right Joy 1 D-Pad Up
- P1 Down: Joy 1 Left Joy 1 D-Pad Down
- P1 Left: Joy 1 Down Joy 1 D-Pad Left
- P1 Right: Joy 1 Up Joy 1 D-Pad Right
Some of my configuration is as follows:
Input Options:
- Touch Type: I've tried Digital DPAD and Digital Stick
- Ways: I've tried Auto, 4 Way, and 8 Way
- External Controller: iCade or compatible
I've not found anything in the code that would cause this. I'd appreciate the help if possible. Let me know if you need any further detail. Thank you!