mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
The ;
This commit is contained in:
parent
ace17147c6
commit
6c4114a0e8
@ -10,7 +10,7 @@ struct GLFWInputEvent {
|
|||||||
unsigned int ui1;
|
unsigned int ui1;
|
||||||
int i1, i2, i3, i4;
|
int i1, i2, i3, i4;
|
||||||
double d1, d2;
|
double d1, d2;
|
||||||
} ;GLFWInputEvent_t
|
} GLFWInputEvent_t;
|
||||||
void* glfwInputEventArr[100];
|
void* glfwInputEventArr[100];
|
||||||
// struct GLFWInputEvent glfwInputEventArr[100];
|
// struct GLFWInputEvent glfwInputEventArr[100];
|
||||||
int glfwInputEventIndex;
|
int glfwInputEventIndex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user