Flush accumulated input events on iOS
This commit is contained in:
parent
875a0dba5a
commit
0348fa2640
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ bool OSIPhone::iterate() {
|
|||
return true;
|
||||
}
|
||||
|
||||
input->flush_buffered_events();
|
||||
|
||||
return Main::iteration();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue