Flush buffered input events on UWP

This commit is contained in:
Pedro J. Estébanez 2022-07-23 12:02:07 +02:00
parent 74be36e622
commit b53d032fb8

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