This commit is contained in:
2024-09-30 13:43:43 +01:00
commit c37c8d60e3
14 changed files with 4966 additions and 0 deletions

8
ffi/glfw-input.c Normal file
View File

@@ -0,0 +1,8 @@
#include "export.h"
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
int PRESS = GLFW_PRESS;
int REPEAT = GLFW_REPEAT;
int RELEASE = GLFW_RELEASE;