1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-05-16 02:18:51 -04:00
glfw/src
Jonas Ådahl cb08dc574c 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.
2016-02-22 12:36:34 +01:00
..
CMakeLists.txt wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
cocoa_init.m Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
cocoa_joystick.h Platform affix cleanup 2015-12-15 22:37:24 +01:00
cocoa_joystick.m Fix crash when joystick name unavailable on OS X 2016-02-09 07:52:00 +01:00
cocoa_monitor.m Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
cocoa_platform.h Add basic Vulkan support 2016-02-16 14:58:58 +01:00
cocoa_time.c Make source file names more consistent 2015-12-13 14:51:44 +01:00
cocoa_window.m Make instance extension count unsigned 2016-02-22 10:44:43 +01:00
context.c Add asserts for public API pointer parameters 2016-01-31 17:56:36 +01:00
egl_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
egl_context.h Add support for EGL_KHR_gl_colorspace 2016-02-17 17:27:33 +01:00
glfw_config.h.in Remove XInput2 XI_Motion support 2016-02-21 18:32:57 +01:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfw3Config.cmake.in Include imported targets into module config file 2016-02-02 06:00:18 +01:00
glx_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
glx_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
init.c Cleanup 2016-02-17 21:30:17 +01:00
input.c Add asserts for public API pointer parameters 2016-01-31 17:56:36 +01:00
internal.h Make instance extension count unsigned 2016-02-22 10:44:43 +01:00
linux_joystick.c Cleanup 2015-12-15 15:21:25 +01:00
linux_joystick.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
mir_init.c Add missing inclusion of linux/input.h 2016-02-18 14:48:07 +01:00
mir_monitor.c Add native Wayland and Mir functions 2015-10-15 01:48:44 +02:00
mir_platform.h Add basic Vulkan support 2016-02-16 14:58:58 +01:00
mir_window.c Make instance extension count unsigned 2016-02-22 10:44:43 +01:00
monitor.c Add asserts for public API pointer parameters 2016-01-31 17:56:36 +01:00
nsgl_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
nsgl_context.m Use more GLFWbool 2015-12-13 15:09:33 +01:00
posix_time.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
posix_time.h Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
posix_tls.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
posix_tls.h Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
vulkan.c Make instance extension count unsigned 2016-02-22 10:44:43 +01:00
wgl_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
wgl_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
win32_init.c Fix window class not being unregistered 2016-02-11 17:10:57 +01:00
win32_joystick.c Platform affix cleanup 2015-12-15 22:37:24 +01:00
win32_joystick.h Platform affix cleanup 2015-12-15 22:37:24 +01:00
win32_monitor.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_platform.h Add basic Vulkan support 2016-02-16 14:58:58 +01:00
win32_time.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_tls.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_window.c Make instance extension count unsigned 2016-02-22 10:44:43 +01:00
window.c Add glfwMaximizeWindow and GLFW_MAXIMIZED 2016-02-21 15:32:26 +01:00
wl_init.c wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
wl_monitor.c Wayland: Implement HiDPI support 2015-12-27 10:35:46 +08:00
wl_platform.h wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
wl_window.c wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
x11_init.c Cleanup 2016-02-22 12:29:52 +01:00
x11_monitor.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
x11_platform.h Remove XInput2 XI_Motion support 2016-02-21 18:32:57 +01:00
x11_window.c Make instance extension count unsigned 2016-02-22 10:44:43 +01:00
xkb_unicode.c Fix xkbcommon build regression 2015-11-09 02:33:34 +01:00
xkb_unicode.h Start 3.2 2015-10-12 21:59:49 +02:00