Merge pull request #401 from npes87184/dev

input_manager: don't ignore double click event when clicking inside device
pull/411/head
Romain Vimont 6 years ago committed by GitHub
commit b343a5dc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,8 +295,8 @@ void input_manager_process_mouse_button(struct input_manager *input_manager,
event->y);
if (outside) {
screen_resize_to_fit(input_manager->screen);
return;
}
return;
}
// otherwise, send the click event to the device
}

Loading…
Cancel
Save