Files
sml-projects/ffi/glfw-input.c

10 lines
168 B
C
Raw Normal View History

2024-12-10 19:48:07 +00:00
#include "export.h"
#include "glad.h"
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
int PRESS = GLFW_PRESS;
int REPEAT = GLFW_REPEAT;
int RELEASE = GLFW_RELEASE;