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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input->flush_buffered_events();
|
||||||
|
|
||||||
return Main::iteration();
|
return Main::iteration();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user