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 Events: FrameContext.Pointers looses pointer positions #692

Open
hobnob opened this issue Feb 14, 2024 · 1 comment
Open

Pointer Events: FrameContext.Pointers looses pointer positions #692

hobnob opened this issue Feb 14, 2024 · 1 comment
Labels
help welcome Extra attention is needed

Comments

@hobnob
Copy link
Member

hobnob commented Feb 14, 2024

FrameContext.pointers is meant to keep track of the current position/tilt/buttons etc of all of the pointers being used. However, currently as soon as the main pointer (in my scenario a mouse) stops moving the pointer is removed from the Batch of pointers. I suspect this is because we treat the pointers in a similar way to the mouse events, but it needs a bit more thinking about and tinkering with

@davesmith00000
Copy link
Member

I've had a quick look and the implementations are very different. I think Mouse could do with a bit of a clean up, and Pointers probably needs to work a bit more like mouse does.

It would be helpful to list a couple of examples of the expected / desired behaviours. (I don't really use Pointers 😅)

@davesmith00000 davesmith00000 added the help welcome Extra attention is needed label Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help welcome Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants