Flush accumulated input events on iOS
(cherry picked from commit 0348fa2640
)
This commit is contained in:
parent
375d9905b5
commit
86d8bd77f4
|
@ -202,6 +202,8 @@ bool OSIPhone::iterate() {
|
|||
return true;
|
||||
}
|
||||
|
||||
input->flush_buffered_events();
|
||||
|
||||
return Main::iteration();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue