Flush buffered input events on UWP
(cherry picked from commit b53d032fb8
)
This commit is contained in:
parent
86d8bd77f4
commit
5f89f1a9ff
|
@ -592,6 +592,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…
Reference in New Issue