How does one go about finding the absolute mouse cursor position in wayland (Not X11). For example in windows we use the GetCursorPos() function from windows.h and that will give absolute X,Y positions starting from 0,0.
I'm aware of /dev/input/mice however that is relative and not absolute. The closest thing I came across was setting them, but not getting them.