Skip to content

Commit

Permalink
Merge pull request #62843 from RandomShaper/fix_iphone_input
Browse files Browse the repository at this point in the history
Flush accumulated input events on iOS
  • Loading branch information
akien-mga authored Jul 11, 2022
2 parents d26442e + 1b98e90 commit 9b3972a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/iphone/display_server_iphone.mm
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
}

void DisplayServerIPhone::process_events() {
Input::get_singleton()->flush_buffered_events();
}

void DisplayServerIPhone::_dispatch_input_events(const Ref<InputEvent> &p_event) {
Expand Down

0 comments on commit 9b3972a

Please sign in to comment.