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

Async mouse and keyboard input on windows #6235

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    5ab4f93 View commit details
    Browse the repository at this point in the history
  2. Async mouse and keyboard on Windows

    This works because SDL queries for raw mouse and keyboard input on a separate thread
    and we sync all inputs to a `ConcurrentQueue`.
    Susko3 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7fac7bf View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 15, 2024

  1. Fix typo in comment

    peppy committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    df9c309 View commit details
    Browse the repository at this point in the history
  2. Don't use case-when

    peppy committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f791e92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c511c1 View commit details
    Browse the repository at this point in the history