Skip to content

Commit

Permalink
Merge pull request #63341 from RandomShaper/fix_uwp_accum_input
Browse files Browse the repository at this point in the history
Flush buffered input events on UWP
  • Loading branch information
akien-mga authored Jul 23, 2022
2 parents a5bc65b + b53d032 commit 667cef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/uwp/os_uwp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ uint64_t OS_UWP::get_ticks_usec() const {
void OS_UWP::process_events() {
joypad->process_controllers();
process_key_events();
input->flush_buffered_events();
}

void OS_UWP::process_key_events() {
Expand Down

0 comments on commit 667cef3

Please sign in to comment.