From ab3005ffd6999885deb96b476d4620eb5d0135a8 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Wed, 3 May 2023 13:04:55 -0500 Subject: add cursor input mode enums --- src/glfw/setup.h | 4 ++++ 1 file changed, 4 insertions(+) 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) \ -- cgit v1.2.1