Fix input event being dispatched multiple times on Windows

This commit is contained in:
HaSa1002
2020-04-02 16:06:04 +02:00
parent ac58372db8
commit 434bf0572c
2 changed files with 10 additions and 0 deletions
@@ -388,6 +388,7 @@ class DisplayServerWindows : public DisplayServer {
uint32_t last_button_state = 0;
bool use_raw_input = false;
bool drop_events = false;
bool in_dispatch_input_event = false;
bool console_visible = false;
WNDCLASSEXW wc;