update
This commit is contained in:
@ -7,7 +7,7 @@ class KeyEventListener {
|
|||||||
private:
|
private:
|
||||||
KeyEventListener(const KeyEventListener& copy) = delete;
|
KeyEventListener(const KeyEventListener& copy) = delete;
|
||||||
|
|
||||||
char lastChar;
|
char lastChar = '\0';
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Thread& thread; // Thread which contains this listener, so the listener can block the thread
|
Thread& thread; // Thread which contains this listener, so the listener can block the thread
|
||||||
|
|||||||
Reference in New Issue
Block a user