imjp94 / gd-YAFSM

Yet Another Finite State Machine for godot
MIT License
534 stars 25 forks source link

Add MacOS trackpad zoom and offset gestures #56

Open DSPerson opened 1 year ago

DSPerson commented 1 year ago

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

imjp94 commented 1 year ago

@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!