mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -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;
|
int i1, i2, i3, i4;
|
||||||
double d1, d2;
|
double d1, d2;
|
||||||
};
|
};
|
||||||
struct GLFWInputEvent glfwInputEventArr[100];
|
static struct GLFWInputEvent glfwInputEventArr[100];
|
||||||
int glfwInputEventIndex;
|
static int glfwInputEventIndex;
|
||||||
|
|
||||||
#define EVENT_TYPE_CHAR 1000
|
#define EVENT_TYPE_CHAR 1000
|
||||||
#define EVENT_TYPE_CHAR_MODS 1001
|
#define EVENT_TYPE_CHAR_MODS 1001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user