Flush accumulated input events on iOS

This commit is contained in:
Pedro J. Estébanez 2022-07-08 21:37:07 +02:00
parent 99df193bea
commit 1b98e904d0

View file

@ -195,6 +195,7 @@ void DisplayServerIPhone::window_set_drop_files_callback(const Callable &p_calla
}
void DisplayServerIPhone::process_events() {
Input::get_singleton()->flush_buffered_events();
}
void DisplayServerIPhone::_dispatch_input_events(const Ref<InputEvent> &p_event) {