Flush accumulated input events on iOS

This commit is contained in:
Pedro J. Estébanez 2022-07-08 20:01:19 +02:00 committed by Relintai
parent 3fb2c16ba0
commit 8c662ff234

View File

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