mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 07:05:40 -04:00
Fixes
This commit is contained in:
parent
279bc726fc
commit
26f2eeefab
@ -144,9 +144,9 @@ 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, VALUE) \
|
||||||
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