mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 22:23:04 +00:00
Merge pull request #63341 from RandomShaper/fix_uwp_accum_input
Flush buffered input events on UWP
This commit is contained in:
commit
667cef39b4
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user