You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Flush buffered input events on UWP
(cherry picked from commit b53d032fb8)
This commit is contained in:
committed by
Rémi Verschelde
parent
83a00d17ea
commit
a0448f1d5e
@@ -588,6 +588,7 @@ uint64_t OS_UWP::get_ticks_usec() const {
|
|||||||
void OS_UWP::process_events() {
|
void OS_UWP::process_events() {
|
||||||
joypad->process_controllers();
|
joypad->process_controllers();
|
||||||
process_key_events();
|
process_key_events();
|
||||||
|
input->flush_buffered_events();
|
||||||
}
|
}
|
||||||
|
|
||||||
void OS_UWP::process_key_events() {
|
void OS_UWP::process_key_events() {
|
||||||
|
|||||||
Reference in New Issue
Block a user