Skip to content

iCade and joystick direction problem #448

@GeorgeMcMullen

Description

@GeorgeMcMullen

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 (

// iCade keys
). I'm compiling and installing myself via XCode.

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions