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

platforms/joystick: replace sdl with 0xcafed00d/joystick package #988

Merged
merged 13 commits into from
Sep 23, 2023

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    603fe26 View commit details
    Browse the repository at this point in the history
  2. examples: modify consumers of joystick.NewAdaptor() to pass joystick …

    …ID as is now required
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    8e434f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2891173 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. platforms/joystick: handle OS differences for dualshock3 and remove h…

    …at since it is not handled in the current joystick package
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b3b9279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2afb3e6 View commit details
    Browse the repository at this point in the history
  3. platforms/joystick: add test coverage for axes and buttons

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c8f7010 View commit details
    Browse the repository at this point in the history
  4. build: run some additional tests on Windows

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2a352ed View commit details
    Browse the repository at this point in the history
  5. platforms/joystick: wrap loadfile error to more easily handle OS diff…

    …erences
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7ed78cc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. platforms/joystick: mappings for Windows PS3

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5647b80 View commit details
    Browse the repository at this point in the history
  2. build: add joystick tests

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9db41af View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    0cf0f03 View commit details
    Browse the repository at this point in the history
  2. modules: remove sdl

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    22db6a5 View commit details
    Browse the repository at this point in the history
  3. platforms/joystick: add mappings for dualshock4

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a774e4c View commit details
    Browse the repository at this point in the history