mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
8e99996321
This patch introduces a new backend that enables GLFW applications to run on Wayland. For now, only output is supported (windowed and fullscreen). Pointer cursor management, input devices, clipboard etc are not supported yet. There are some concepts that can not be supported, more specifically glfwSetWindowPos, glfwGetWindowPos and glfwSetCursorPos, as they are not supported by Wayland. This patch also changes the time and joystick implementations used by the X11 backend to be shared between the Wayland backend and the X11 backend. |
||
---|---|---|
.. | ||
modules | ||
amd64-mingw32msvc.cmake | ||
i586-mingw32msvc.cmake | ||
i686-pc-mingw32.cmake | ||
i686-w64-mingw32.cmake | ||
x86_64-w64-mingw32.cmake |