mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 23:00:45 -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
|
||||
#define ADD_TRIGGER_WWIN(NAME, VALUE) \
|
||||
void trigger##NAME##(struct GLFWInputEvent event) { \
|
||||
if (GLFW_invoke_##NAME##) { \
|
||||
GLFW_invoke_##NAME##(##VALUES##); \
|
||||
void trigger##NAME(struct GLFWInputEvent event) { \
|
||||
if (GLFW_invoke_##NAME) { \
|
||||
GLFW_invoke_##NAME(VALUES); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user