mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Fix 3rd
This commit is contained in:
parent
5d716a9405
commit
be3ca0c20d
@ -143,10 +143,10 @@ void addInputToQueue(struct GLFWInputEvent event) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO merge other defines to
|
// TODO merge other defines to
|
||||||
#define ADD_TRIGGER_WWIN(NAME, VALUE) \
|
#define ADD_TRIGGER_WWIN(NAME, VALUES) \
|
||||||
void trigger##NAME(struct GLFWInputEvent event) { \
|
void trigger##NAME(struct GLFWInputEvent event) { \
|
||||||
if (GLFW_invoke_##NAME) { \
|
if (GLFW_invoke_##NAME) { \
|
||||||
GLFW_invoke_##NAME(##VALUES##); \
|
GLFW_invoke_##NAME(VALUES); \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user