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 Event::MouseLeave for windows #821

Merged
merged 7 commits into from
Apr 13, 2020

Commits on Apr 10, 2020

  1. Add windows specific mouse_leave event on druid shell

    The event notifies the app that the cursor is no longer hovering the
    application window.
    teddemunnik committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    c816333 View commit details
    Browse the repository at this point in the history
  2. Add MouseLeft event to druid

    When the MouseLeft is propagated, druid automatically clears is_hot.
    teddemunnik committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    908c4f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4261139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e9e0ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eeb2fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20b8604 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a92e988 View commit details
    Browse the repository at this point in the history