mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Flush buffered input events on UWP
This commit is contained in:
parent
74be36e622
commit
b53d032fb8
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue