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

[Linux] Trackpad Gestures Pinch and Pan broken in 2D and 3D workspace (everything just Zooms) #73371

Closed
leogott opened this issue Feb 15, 2023 · 2 comments

Comments

@leogott
Copy link

leogott commented Feb 15, 2023

Godot version

4.0 rc2 (and 3.5.1)

System information

Fedora 36 on a thinkpad with Trackpad

Issue description

Now I'm not entirely sure if this is even implemented, but the changelog for RC2 contained the line

Editor: Fix panning via InputEventPanGesture (notably for macOS) (GH-72884).

and it appears as the Trackpad is supposed to be able to pan and Tilt like in Blender. (It doesn't)

Mayhaps Related: #72414

Steps to reproduce

Click in the 3D Workspace, put two Fingers on the Trackpad and move them sideways

2 Finger Gesture Expected Actual
Slide horizontally Pan nothing
Slide vertically Tilt Zoom
Pinch Zoom nothing
Rotate nothing nothing

And for the 2D Workspace

2 Finger Gesture Expected Actual
Slide horizontally Scroll left/right Zoom and erratically Scroll left/right
Slide vertically Scroll up/down Zoom and erratic Scroll up/down
Pinch Zoom nothing
Rotate nothing nothing

The erratic Scrolling in the 2D workspace can't be observed in the RC1 build or a 3.5.1 build,
and seems to be more likely when several gestures are combined and done quickly.

Minimal reproduction project

N/A

@leogott leogott changed the title [Linux] Trackpad Gestures Pinch and Pan broken in 2D and 3D workspace (everything just [Linux] Trackpad Gestures Pinch and Pan broken in 2D and 3D workspace (everything just Zooms) Feb 15, 2023
@akien-mga akien-mga added this to the 4.x milestone Feb 15, 2023
@bruvzg
Copy link
Member

bruvzg commented Feb 15, 2023

Now I'm not entirely sure if this is even implemented, but the changelog for RC2 contained the line

InputEventPanGesture and InputEventMagnifyGesture are supported only on macOS and Android.

@Calinou
Copy link
Member

Calinou commented May 27, 2023

The 2D editor issue is most likely due to #77212.

@Calinou Calinou closed this as not planned Won't fix, can't repro, duplicate, stale May 27, 2023
@Calinou Calinou unassigned groud and bruvzg May 27, 2023
@Calinou Calinou removed this from the 4.x milestone May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants