This commit is contained in:
khanhduytran0 2020-10-28 05:46:49 +07:00
parent 26f2eeefab
commit 5d716a9405

View File

@ -146,7 +146,7 @@ void addInputToQueue(struct GLFWInputEvent event) {
#define ADD_TRIGGER_WWIN(NAME, VALUE) \
void trigger##NAME(struct GLFWInputEvent event) { \
if (GLFW_invoke_##NAME) { \
GLFW_invoke_##NAME(VALUES); \
GLFW_invoke_##NAME(##VALUES##); \
} \
}