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

Add HID support for macOS #3031

Merged
merged 4 commits into from
Feb 20, 2022
Merged

Add HID support for macOS #3031

merged 4 commits into from
Feb 20, 2022

Commits on Feb 20, 2022

  1. Build on macOS with libusb support

    Fixes #2774 <#2774>
    PR #3031 <#3031>
    rom1v committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3320249 View commit details
    Browse the repository at this point in the history
  2. Remove "linux-only" mentions for HID/OTG features

    HID/OTG features are not limited to Linux anymore.
    
    PR #3031 <#3031>
    rom1v committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    82a99f6 View commit details
    Browse the repository at this point in the history
  3. Pass screen instance to mouse capture functions

    Using the screen instance or not in these functions is an implementation
    detail. Further changes will require the screen instance.
    
    Refs 7848a38
    PR #3031 <#3031>
    rom1v committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    9db4234 View commit details
    Browse the repository at this point in the history
  4. Work around mouse capture SDL bug on macOS

    On macOS, SDL relative mouse mode does not work correctly when the
    cursor is outside the window.
    
    As a workaround, move the cursor inside the window before setting the
    relative mouse mode.
    
    Refs SDL/#5340 <libsdl-org/SDL#5340>
    PR #3031 <#3031>
    rom1v committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3ee3f8d View commit details
    Browse the repository at this point in the history