-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I belive
| return GLFW.glfwPlatformSupported(GLFW.GLFW_PLATFORM_WAYLAND); |
According to glfw's docs,
glfwPlatformSupported(int platform) function returns whether the library was compiled with support for the specified platform.(When GLFW is bundled with both X11 and Wayland support,
glfwPlatformSupported(GLFW_PLATFORM_WAYLAND) still returns true on systems that only have X11. )Metadata
Metadata
Assignees
Labels
No labels