diff --git a/platform/uwp/os_uwp.cpp b/platform/uwp/os_uwp.cpp index bba4458e4bd..70dc1191de9 100644 --- a/platform/uwp/os_uwp.cpp +++ b/platform/uwp/os_uwp.cpp @@ -592,6 +592,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() {