2
0
Fork 0

Merge pull request #63341 from RandomShaper/fix_uwp_accum_input

Flush buffered input events on UWP
4.0
Rémi Verschelde 2022-07-23 13:50:00 +07:00 committed by GitHub
commit 667cef39b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -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() {