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

[Merged by Bors] - Added multi windows check for bevy_ui Interaction. #5225

Closed
wants to merge 7 commits into from
Closed

[Merged by Bors] - Added multi windows check for bevy_ui Interaction. #5225

wants to merge 7 commits into from

Commits on Jul 6, 2022

  1. Added multi windows check for bevy_ui Interaction.

    `Interaction` focus system will get first available window's cursor position instead of just primary window.
    farend-east committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2a6aac0 View commit details
    Browse the repository at this point in the history
  2. bevy_ui Interaction focus system for focused window

    Now the focus system will consider the currently focused window instead of all window
    farend-east committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6bfa8f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b92198 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a13465 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    393eae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c435089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7482b View commit details
    Browse the repository at this point in the history