mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Flush buffered input events on UWP
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user