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

Pointer down action doesn't seem to propagate the position. #61

Open
seanparsons opened this issue Jul 8, 2022 · 0 comments
Open

Pointer down action doesn't seem to propagate the position. #61

seanparsons opened this issue Jul 8, 2022 · 0 comments

Comments

@seanparsons
Copy link

If I fire a PointerDownAction with the x and y fields set like this:

, _actionX = Just 1000
, _actionY = Just 500

When I inspect the mouse down on the JavaScript side all the fields like pageX, clientY are all set to zero, so the mouse down gets applied to whatever is on the top left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant