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 b867627..3e5b482 100644 --- a/src/glfw/setup.h +++ b/src/glfw/setup.h @@ -416,6 +416,10 @@ H_GLFW_FUNCTIONS X("PLATFORM_ERROR", GLFW_PLATFORM_ERROR) \ X("FORMAT_UNAVAILABLE", GLFW_FORMAT_UNAVAILABLE) \ X("NO_WINDOW_CONTEXT", GLFW_NO_WINDOW_CONTEXT) \ + X("PRESS", GLFW_PRESS) \ + X("RELEASE", GLFW_RELEASE) \ + X("REPEAT", GLFW_REPEAT) \ + #endif |