mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
wayland: Implement 'DISABLED' cursor mode
This implements support for the 'DISABLED' cursor mode, which effectively means locking the pointer to the surface. The cursor is also explicitly hidden. This adds two new build dependencies: wayland-scanner and wayland-protocols. Closes #708.
This commit is contained in:
committed by
Camilla Berglund
parent
c7f3bd0d22
commit
cb08dc574c
4
.gitignore
vendored
4
.gitignore
vendored
@@ -30,6 +30,10 @@ src/glfw_config.h
|
||||
src/glfw3.pc
|
||||
src/glfw3Config.cmake
|
||||
src/glfw3ConfigVersion.cmake
|
||||
src/wayland-pointer-constraints-unstable-v1-client-protocol.h
|
||||
src/wayland-pointer-constraints-unstable-v1-protocol.c
|
||||
src/wayland-relative-pointer-unstable-v1-client-protocol.h
|
||||
src/wayland-relative-pointer-unstable-v1-protocol.c
|
||||
|
||||
# Compiled binaries
|
||||
src/libglfw.so
|
||||
|
||||
Reference in New Issue
Block a user