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

Round down any canvas-relative mouse event coordinates (fixes SAFE_HEAP asserts) #21429

Merged
merged 2 commits into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Round down any canvas-relative mouse coordinates

    When using a custom target the coordinates may be doubles, which causes SAFE_HEAP to assert. These are truncated to avoid this (which is what happens anyway, only now it's explicit).
    cwoffenden committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f439403 View commit details
    Browse the repository at this point in the history
  2. Improved docs wording

    cwoffenden committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7c40ca4 View commit details
    Browse the repository at this point in the history