Complex Touchpad gestures

I want to add zooming with touchpad gestures to my project, by that I mean moving my fingers appart or closer like on a phone or laptop.
Now I tried events.c to check if library could detect it, it didn’t. I went through the input guide and didn’t see a relevant section either so maybe this is a feature request unless there’s a way.

GLFW does not currently support touch input.

There is an old touch input PR:

It’s fine, I’ll use scroll motion then. Thank you for the quick response and I hope it becomes a possible one day, as it is common. I personally am not capable enough to contribute to the project.