Godot Version
4.2.1
Question
im trying to process zoomin and zoomout event from the touchpad, but the one for mouse in godot does not work
this is how zoomin and zoomout on touchpad like⬇️
4.2.1
im trying to process zoomin and zoomout event from the touchpad, but the one for mouse in godot does not work
this is how zoomin and zoomout on touchpad like⬇️
You can try using InputEventMagnifyGesture
but, as far as I can see, it’s only implemented on Android, macOS and Linux when using Wayland