Merge pull request #62843 from RandomShaper/fix_iphone_input

Flush accumulated input events on iOS
This commit is contained in:
Rémi Verschelde 2022-07-11 18:28:36 +02:00 committed by GitHub
commit 9b3972ad48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {