diff options
Diffstat (limited to 'src/glfw/setup.h')
-rw-r--r-- | src/glfw/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glfw/setup.h b/src/glfw/setup.h index 3e5b482..7ea67ad 100644 --- a/src/glfw/setup.h +++ b/src/glfw/setup.h @@ -168,6 +168,10 @@ H_GLFW_FUNCTIONS #define H_GLFW_ENUM \ + X("CURSOR", GLFW_CURSOR) \ + X("CURSOR_NORMAL", GLFW_CURSOR_NORMAL) \ + X("CURSOR_HIDDEN", GLFW_CURSOR_HIDDEN) \ + X("CURSOR_DISABLED", GLFW_CURSOR_DISABLED) \ X("FOCUSED", GLFW_FOCUSED) \ X("ICONIFIED", GLFW_ICONIFIED) \ X("RESIZABLE", GLFW_RESIZABLE) \ |