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();
};