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 cursor grab for web target #2025

Merged
merged 5 commits into from Jan 5, 2022

Commits on Jan 5, 2022

  1. Add cursor grab

    willcrichton authored and maroider committed Jan 5, 2022
    Copy the full SHA
    2dc781f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0b57bbc View commit details
    Browse the repository at this point in the history
  3. Add proper error propagation

    TotalKrill authored and maroider committed Jan 5, 2022
    Copy the full SHA
    2524620 View commit details
    Browse the repository at this point in the history
  4. Remove "expect" from fallible code

        code would crash if handling pointer capture outside of winit on
        every mouse click
    
        we swallow the error since we could not think of a case where this
        would fail in a way that would want to handle that it fails
    TotalKrill authored and maroider committed Jan 5, 2022
    Copy the full SHA
    df3cd09 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1aefe87 View commit details
    Browse the repository at this point in the history