mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-23 17:47:17 +01:00
Flush accumulated input events on iOS
This commit is contained in:
parent
3fb2c16ba0
commit
8c662ff234
@ -188,6 +188,8 @@ bool OSIPhone::iterate() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input->flush_buffered_events();
|
||||||
|
|
||||||
return Main::iteration();
|
return Main::iteration();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user