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 event.locationX/Y to be in view's coordinate space #1288

Merged
merged 1 commit into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. Fix event.locationX/Y to be in view's coordinate space

    This fixes an issue on macOS where the `locationX`/`Y` properties would incorrectly match `pageX`/`Y` unlike iOS (see lines 218/219 in the same file) and other platforms.
    
    Confirmed `locationX`/`Y` is now correctly reported in the view's coordinate space.
    appden authored and christophpurrer committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    60f9420 View commit details
    Browse the repository at this point in the history