This commit is contained in:
Tran Khanh Duy 2020-10-28 13:09:33 +07:00 committed by GitHub
parent ace17147c6
commit 6c4114a0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ struct GLFWInputEvent {
unsigned int ui1;
int i1, i2, i3, i4;
double d1, d2;
} ;GLFWInputEvent_t
} GLFWInputEvent_t;
void* glfwInputEventArr[100];
// struct GLFWInputEvent glfwInputEventArr[100];
int glfwInputEventIndex;