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

Make the platform specific scancode available #2294

Merged
merged 4 commits into from Aug 15, 2021

Commits on Jun 21, 2021

  1. Make the platform specific scancode available

    This is a complex topic and the int will vary based on platform (macOS is strange).
    Some applications need a reference to the source and we can't expose GLFW abstraction
    andydotxyz committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    71d4b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Use a type alias for clearer scancode identification

    And update the docs to make it clear
    andydotxyz committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    54ae18f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Fire event for unknown keys with unknown type

    Because we now fire on hardware info that will be present on many devices
    andydotxyz committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    093e441 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Make the hardware info more open to expansion

    We will be adding location name somehow soon in another PR
    andydotxyz committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7acba69 View commit details
    Browse the repository at this point in the history