1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #62842 from RandomShaper/fix_iphone_input_3.5

[3.5] Flush accumulated input events on iOS
This commit is contained in:
Rémi Verschelde
2022-07-11 18:28:04 +02:00
committed by GitHub

View File

@@ -203,6 +203,8 @@ bool OSIPhone::iterate() {
return true;
}
input->flush_buffered_events();
return Main::iteration();
};