-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Add generic swipes/gestures as InputEvents (InputEventGesture) #1319
Comments
Thanks!
|
Would this be made for 2.1? Strange that has not been made till now. I would like to help but don't really have the ability at the moment... |
we could add this as an add-on now that we have the asset library |
There's a plugin for this on the Asset Library, though I haven't tested it: https://godotengine.org/asset-library/asset/23 Do we want to keep this issue open for the possibility to add something to the InputEvent API directly, or should we close it and let community plugins handle those use cases? |
I still want |
See #9115 for an example implementation (rejected, as not cross-platform) of touchpad pinch zooming for OSX. To have a mergeable implementation, we'd need it to fulfill those requirements:
Feel free to split the work in several PRs (a first one could add the |
I posted a proposal about the implementation of Gestures + mouse events in general. #9136Although this one is more about MouseGestures. Not touch screen. |
@akien-mga Multitouch isn't even supported on desktop platforms, wouldn't that be a prerequisite of some gestures, like zoom or rotate? |
Well it definitely is at least for laptops with a decent touchpad with decent drivers, and for touch screens. |
As far as I know, they touch is supported on Windows
…On Aug 30, 2017 3:45 PM, "Rémi Verschelde" ***@***.***> wrote:
Well it definitely is at least for laptops with a decent touchpad with
decent drivers, and for touch screens.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1319 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF-Z2wozXUWr6ANqzW2IwS-WrerRfPQmks5sda3XgaJpZM4DZlAR>
.
|
@akien-mga @reduz does that mean #7612 and #8028 can be closed? |
Well they're both prerequisites of this issue. I guess it makes sense to ensure first that desktop platforms support multitouch (#8028), and then implement a common gesture interface in core for all platforms (this issue). |
If I was unclear earlier I meant that Godot doesn't support multitouch on those platforms. |
@reduz Please bring multi-touch to Windows and Linux, I'm trying to convince my boss to move from Unreal to Godot at work but not having multi-touch is blocking the move. If Someone is interested I could provide a testing platform and work with him/her to make sure the integration is good. |
add generic swipes as actions in the action editor
https://www.facebook.com/groups/godotengine/permalink/563740600429205/
The text was updated successfully, but these errors were encountered: