Key-Listener ist initialisiert. Fokus liegt aber noch auf Chat

This commit is contained in:
Daniel Herrmann
2014-05-02 11:32:33 +02:00
parent 89da875d39
commit f749eb6180
4 changed files with 47 additions and 0 deletions

View File

@@ -16,6 +16,12 @@ namespace WorldOfPeacecraft
void SendCommand (string command);
void moveUp();
void moveDown();
void moveLeft();
void moveRight();
void StartThreads();
void Stop();