Merge pull request #401 from npes87184/dev
input_manager: don't ignore double click event when clicking inside device
This commit is contained in:
commit
b343a5dc59
1 changed files with 1 additions and 1 deletions
|
@ -295,8 +295,8 @@ void input_manager_process_mouse_button(struct input_manager *input_manager,
|
||||||
event->y);
|
event->y);
|
||||||
if (outside) {
|
if (outside) {
|
||||||
screen_resize_to_fit(input_manager->screen);
|
screen_resize_to_fit(input_manager->screen);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
// otherwise, send the click event to the device
|
// otherwise, send the click event to the device
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue