Try to fix input 1.13+

This commit is contained in:
khanhduytran0 2020-10-19 20:12:20 +07:00
parent ef732210ee
commit 47d3f59263

View File

@ -10,8 +10,8 @@ struct GLFWInputEvent {
int i1, i2, i3, i4;
double d1, d2;
};
struct GLFWInputEvent glfwInputEventArr[100];
int glfwInputEventIndex;
static struct GLFWInputEvent glfwInputEventArr[100];
static int glfwInputEventIndex;
#define EVENT_TYPE_CHAR 1000
#define EVENT_TYPE_CHAR_MODS 1001