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 active keyboard modifiers to the mouse events #117

Merged
merged 2 commits into from
Sep 22, 2022

Commits on Mar 11, 2022

  1. Remove unused mouse click event

    Since this isn't emitted anywhere, this can only lead to confusion for
    library consumers. They'd need to implement their own click detection
    with the button up and button down events.
    robbert-vdh committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e46001a View commit details
    Browse the repository at this point in the history
  2. Add the active modifiers to the mouse event

    This would solve the most important use case for RustAudio#116. Only the Linux
    version has been tested, but the Windows should work perfectly fine, and
    I don't know anything about macOS programming but that version also
    compiles so it should be fine.
    robbert-vdh committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    5b57af2 View commit details
    Browse the repository at this point in the history