Skip to content

Wrong DIDEVTYPE_JOYSTICK enum for DirectX Input 8 #32

Open
@TokyoSU

Description

@TokyoSU

it's at:

return SUCCEEDED(DInput->EnumDevices(DIDEVTYPE_JOYSTICK, DInputEnumDevicesCallback, (LPVOID)joystickList, DIEDFL_ATTACHEDONLY));

There is no chech for DX5 there.
The right value for DX8 input is: DI8DEVTYPE_JOYSTICK (it have maybe the same value for it to work normally)

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