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

Handling pointer and touch input #131

Open
giolaq opened this issue Aug 4, 2024 · 2 comments
Open

Handling pointer and touch input #131

giolaq opened this issue Aug 4, 2024 · 2 comments

Comments

@giolaq
Copy link

giolaq commented Aug 4, 2024

I cannot find how to handle pointer or touch input in Blits. Any information about it?

thank you

@michielvandergeest
Copy link
Collaborator

Hi @giolaq, unfortunately Blits doesn't offer mouse / pointer support yet.

The functionality depends on the renderer properly supporting intersection detection to bind the click / touch / pointer events. That feature is being planned, but afaik is not developed yet. As soon as it's available in the renderer, the implementation on the Blits side should be quite straight forward.

More folks have asked for pointer and touch support, so 'll try to see if we can bump the priority on this.

@giolaq
Copy link
Author

giolaq commented Aug 5, 2024

Than you!

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

2 participants