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 the raw platform specific key code to SDL_Keysym #10057

Merged
merged 7 commits into from
Jun 22, 2024

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5b19917 View commit details
    Browse the repository at this point in the history
  2. Added missing Windows scancodes

    Based on the scancode list at https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_code_values, which is correct for all other scancodes
    slouken committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2b2255c View commit details
    Browse the repository at this point in the history
  3. Updated SDL3 scancode list

    This adds more app editing and audio control keys and removes keys that launch applications
    
    Work in progress on libsdl-org#6390
    slouken committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e0d3c61 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Add the raw platform specific key code to SDL_Keysym

    This allows applications to handle keys that SDL doesn't recognize, in a platform dependent way.
    
    Fixes libsdl-org#6390
    slouken committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    92b9cc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    bfb692a View commit details
    Browse the repository at this point in the history
  2. Removed SDL_Keysym

    slouken committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    db07ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3221c92 View commit details
    Browse the repository at this point in the history