You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Flush accumulated input events on iOS
This commit is contained in:
@@ -203,6 +203,8 @@ bool OSIPhone::iterate() {
|
||||
return true;
|
||||
}
|
||||
|
||||
input->flush_buffered_events();
|
||||
|
||||
return Main::iteration();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user