Flush accumulated input events on iOS

(cherry picked from commit 0348fa2640)
This commit is contained in:
Pedro J. Estébanez 2022-07-08 20:01:19 +02:00 committed by Rémi Verschelde
parent 375d9905b5
commit 86d8bd77f4
1 changed files with 2 additions and 0 deletions

View File

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