Update input_bridge.c

This commit is contained in:
Tran Khanh Duy 2020-10-27 16:12:47 +07:00 committed by GitHub
parent 685c765913
commit 69f70d628b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,9 @@ struct GLFWInputEvent {
unsigned int ui1;
int i1, i2, i3, i4;
double d1, d2;
} GLFWInputEvent;
};
// struct char* glfwInputEventArr[100];
GLFWInputEvent glfwInputEventArr[100];
struct GLFWInputEvent glfwInputEventArr[100];
int glfwInputEventIndex;
int *grabCursorX, *grabCursorY, *lastCursorX, *lastCursorY;