mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
7dbdd2e6a5
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. |
||
---|---|---|
.. | ||
clipboard.c | ||
CMakeLists.txt | ||
cursor.c | ||
empty.c | ||
events.c | ||
gamma.c | ||
glfwinfo.c | ||
icon.c | ||
iconify.c | ||
inputlag.c | ||
joysticks.c | ||
monitors.c | ||
msaa.c | ||
opacity.c | ||
reopen.c | ||
tearing.c | ||
threads.c | ||
timeout.c | ||
title.c | ||
triangle-vulkan.c | ||
windows.c |