1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Flush accumulated input events on iOS

This commit is contained in:
Pedro J. Estébanez
2022-07-08 20:01:19 +02:00
parent 875a0dba5a
commit 0348fa2640

View File

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