Skip to content

Axis and Hat input not being updated for DInput devices. #15

@emmauss

Description

@emmauss

Using the DirectX Input manager, axis data are not being updated on the joystick. The axis data is being grabbed by the underlying SharpDX dinput handler, but nothing is beiing done for it on the SharpInput side. the issue seems to be from here

if ((IsBuffered == true) && (EventListener != null) && bufferedData.Length > 0)

Same with the Hat input here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions