Merge pull request #62842 from RandomShaper/fix_iphone_input_3.5
[3.5] Flush accumulated input events on iOS
This commit is contained in:
commit
3f0201335e
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ bool OSIPhone::iterate() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input->flush_buffered_events();
|
||||||
|
|
||||||
return Main::iteration();
|
return Main::iteration();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue