Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows: HID raw input for gamepads and joysticks #3450

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    716144f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    8b194b3 View commit details
    Browse the repository at this point in the history
  2. Rust-fmt

    valaphee committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    01f28ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2078a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bf9c40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03dc6a9 View commit details
    Browse the repository at this point in the history
  6. windows: don't check status to equal size, even though it should equa…

    …l size, as with some joysticks it doesn't match somehow?
    valaphee committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7e11fe4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5100885 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ce568a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Update CHANGELOG; Reduce calls to HidP by using GetData; Remove heap …

    …alloc when retrieving events; Fix button ids
    valaphee committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    72e7882 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into hid

    # Conflicts:
    #	CHANGELOG.md
    valaphee committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    cdd0dbf View commit details
    Browse the repository at this point in the history
  3. Correct button and axis ids

    valaphee committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ced8c09 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    398e511 View commit details
    Browse the repository at this point in the history
  2. Make info optional

    valaphee committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    d060062 View commit details
    Browse the repository at this point in the history
  3. Switch to MaybeUninit

    valaphee committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a54815b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    16919a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add value scaling

    valaphee committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ff0b5e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    e0d039c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    765fb97 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Remove printlns

    valaphee committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7c1232d View commit details
    Browse the repository at this point in the history