mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 23:59:21 -04:00
Try to fix input 1.13+
This commit is contained in:
parent
ef732210ee
commit
47d3f59263
@ -10,8 +10,8 @@ struct GLFWInputEvent {
|
||||
int i1, i2, i3, i4;
|
||||
double d1, d2;
|
||||
};
|
||||
struct GLFWInputEvent glfwInputEventArr[100];
|
||||
int glfwInputEventIndex;
|
||||
static struct GLFWInputEvent glfwInputEventArr[100];
|
||||
static int glfwInputEventIndex;
|
||||
|
||||
#define EVENT_TYPE_CHAR 1000
|
||||
#define EVENT_TYPE_CHAR_MODS 1001
|
||||
|
Loading…
x
Reference in New Issue
Block a user