glfw/tests
Camilla Löwy 02461dc843 Add more standard cursors
This adds the standard cursors for diagonal and omnidirectional
resize/move and operation-not-allowed.  It also adds new (better?) names
for the horizontal and vertical resize/move and pointing hand cursors.

References:
 - https://developer.apple.com/documentation/appkit/nscursor
 - https://stackoverflow.com/questions/10733228/
 - https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setsystemcursor
 - https://freedesktop.org/wiki/Specifications/cursor-spec/
 - https://tronche.com/gui/x/xlib/appendix/b/

Related to #427.
2020-04-02 23:28:42 +02:00
..
clipboard.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
CMakeLists.txt Remove reference to non-existent CMake variable 2019-12-19 06:49:15 +01:00
cursor.c Add more standard cursors 2020-04-02 23:28:42 +02:00
empty.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
events.c Make events test output only UTF-8 in C locale 2019-11-14 21:32:37 +01:00
gamma.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
glfwinfo.c Fix conflict with DEBUG macro defined by Bazel 2019-09-23 15:25:17 +02:00
icon.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
iconify.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
inputlag.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
joysticks.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
monitors.c Clean up monitors tool output 2019-11-05 17:58:21 +01:00
msaa.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
opacity.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
reopen.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
tearing.c Remove unused function in tearing test 2019-07-16 14:39:12 +02:00
threads.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
timeout.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
title.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00
triangle-vulkan.c Put fix in correct position 2019-09-23 15:25:31 +02:00
windows.c Explicitly disable inclusion for test and examples 2019-05-27 16:34:54 +02:00