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

avm2: Fix mouse pick on non-interactive objects with masks #18311

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. avm2: Fix mouse pick on non-interactive objects with masks

    Mouse pick should take into account that a non-interactive object
    may have a mask, in which case the hit test should also be
    performed on the mask.
    kjarosh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2c65dce View commit details
    Browse the repository at this point in the history
  2. tests: Add avm2/mouse_pick_non_interactive_bitmap_mask

    This test verifies mouse picking behavior on
    non-interactive objects with masks.
    kjarosh committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cec62f1 View commit details
    Browse the repository at this point in the history