mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Update input_bridge.c
This commit is contained in:
parent
685c765913
commit
69f70d628b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user