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

Fix value in MouseButton::Other on Windows #2565

Merged
merged 2 commits into from Nov 23, 2022

Commits on Nov 22, 2022

  1. Fix MouseButton::Other value on Windows

    This was a mistake in the transition to windows-sys: rust-windowing#2057
    
    We used winapi's GET_XBUTTON_WPARAM before which is using HIWORD instead of LOWORD: https://docs.rs/winapi/0.3.9/src/winapi/um/winuser.rs.html#1297-1299
    madsmtm committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    69d1a2c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

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