Merge pull request #63341 from RandomShaper/fix_uwp_accum_input

Flush buffered input events on UWP
This commit is contained in:
Rémi Verschelde 2022-07-23 13:50:00 +02:00 committed by GitHub
commit 667cef39b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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