[Wayland] begin adding pointer warp
This allows users to move the cursor to a specific part of a surface.
wayland-scanner client-header /usr/share/wayland-protocols/staging/pointer-warp/pointer-warp-v1.xml pointer-warp-v1.h Could not open input file: No such file or directory
Its in a newer version of Wayland-protocols
Then we will probably have to include the .xml files in RGFW and make loading them locally optional.
Yeah that's what I was thinking but I didn't want to include it because of the license.
What's the license? GLFW does it and uses the same license as RGFW without any issues.
The license seems to be a standard MIT license which is pretty permissive and compatible with zlib.
I do not have experience with makefile conditionals. I have not been able to test if the file exists.
Yeah Makefile can be pretty annoying about that type of thing. I'm sure I could write something really quick but I think what we should do is this:
-
RGFW ships with all the .xml files it uses by default
-
the user can run a method which fetches the user's local files