gd-YAFSM icon indicating copy to clipboard operation
gd-YAFSM copied to clipboard

Add MacOS trackpad zoom and offset gestures

Open DSPerson opened this issue 2 years ago • 1 comments

I don‘ know this gesture is best solution, but it’s very useful for me

DSPerson avatar May 09 '23 02:05 DSPerson

@DSPerson Cool, I hope pan and magnify gesture will be supported by more OS in the future(https://github.com/godotengine/godot/issues/13139)

Just one thing before merging, can you make the scale variables as constants? Like MAGNIFY_GESTURE_SCALE and PAN_GESTURE_SCALE. It would be great if you can declare the constants after the signals from line 19

Thank you!

imjp94 avatar May 30 '23 13:05 imjp94