1
This commit is contained in:
2022-07-17 01:16:47 +02:00
parent cfb1e2affc
commit 982843ad84

View File

@ -7,7 +7,7 @@ class KeyEventListener {
private:
KeyEventListener(const KeyEventListener& copy) = delete;
char lastChar;
char lastChar = '\0';
public:
Thread& thread; // Thread which contains this listener, so the listener can block the thread