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

Use godot's touch events for touch plugin #35

Open
jcronenberg opened this issue Mar 8, 2024 · 0 comments
Open

Use godot's touch events for touch plugin #35

jcronenberg opened this issue Mar 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jcronenberg
Copy link
Owner

Currently the touch plugin uses mouse events, but that has some downsides like scrolling not working as nice out of the box.
Instead use:
https://docs.godotengine.org/en/stable/classes/class_inputeventscreentouch.html
https://docs.godotengine.org/en/stable/classes/class_inputeventscreendrag.html

This also has the upside that it should make it work again with the new godot built-in dragging in edit mode.

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

No branches or pull requests

1 participant