mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Flush accumulated input events on iOS
(cherry picked from commit 0348fa2640)
This commit is contained in:
committed by
Rémi Verschelde
parent
375d9905b5
commit
86d8bd77f4
@@ -202,6 +202,8 @@ bool OSIPhone::iterate() {
|
||||
return true;
|
||||
}
|
||||
|
||||
input->flush_buffered_events();
|
||||
|
||||
return Main::iteration();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user