Skip to content

Hardwired controller is not working #68

Description

@Nold360

Hi again,

it seems to me like the hardwired controller is not working ootb. I did a simple change to this line & made it work:

if (input_is_gamecontroller(c))

i changed it to:

if (input_is_gamecontroller(c) || input_is_hw_gamecontroller(c)) 

seems like it's working fine now on the first look

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