Skip to content

Implement InputEventGesture (incl. Pan and Magnify) for all platforms #13139

Open
@akien-mga

Description

@akien-mga

Operating system or device, Godot version, GPU Model and driver (if graphics related):
Current master (5a23136).

Issue description:
InputEventGesture was added to core in #12573, together with InputEventPanGesture and InputEventMagnifyGesture, but they're only implemented for macOS so far.

They should also be implemented for all platforms where they are relevant. I guess they would make sense on all platforms since gestures can be done on touchscreens as well as touchpads, so the list would be:

See #12573 for the base API and its implementation on macOS.

If more types of gestures are wanted, they should likely be discussed in their own issue, let's keep this one focused on pan and magnify.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Up for grabs

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions