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

The native pointer cancel event does not seem to bubble into excalibur #3079

Open
eonarheim opened this issue May 27, 2024 · 0 comments
Open
Labels
bug This issue describes undesirable, incorrect, or unexpected behavior

Comments

@eonarheim
Copy link
Member

Steps to Reproduce

pointer.on<'cancel'>('cancel',() => {
    this.trackPointer =  false
});

We should be handling this event

image

Expected Result

Actual Result

Environment

  • browsers and versions:
  • operating system:
  • Excalibur versions:
  • (anything else that may be relevant)

Current Workaround

@eonarheim eonarheim added the bug This issue describes undesirable, incorrect, or unexpected behavior label Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes undesirable, incorrect, or unexpected behavior
Projects
None yet
Development

No branches or pull requests

1 participant