Hi,
I am trying to use GLFW with Wayland and OpenGL ES, but I am having trouble with the touch screen. Mouse events work just fine (I can register mouse clicks, move window, etc) but touch is not registered at all.
On Windows and Ubuntu(X11) with OpenGL 3.2 touch works and behaves exactly like mouse.
I read Touch input · Issue #42 · glfw/glfw · GitHub but the link in the last comment is dead, so I am a bit stuck on where the problem might be.
Thanks.