mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
Flush accumulated input events on iOS
This commit is contained in:
parent
875a0dba5a
commit
0348fa2640
@ -203,6 +203,8 @@ bool OSIPhone::iterate() {
|
||||
return true;
|
||||
}
|
||||
|
||||
input->flush_buffered_events();
|
||||
|
||||
return Main::iteration();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user