mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-18 23:14:40 -04:00
Update input_bridge.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user