Key-Listener ist initialisiert. Fokus liegt aber noch auf Chat
This commit is contained in:
@@ -121,6 +121,24 @@ namespace WorldOfPeacecraft
|
||||
SenderBuffer.AddLine ("ask:say:" + message);
|
||||
}
|
||||
|
||||
public void moveUp()
|
||||
{
|
||||
SenderBuffer.AddLine("ask:mv:up");
|
||||
}
|
||||
|
||||
public void moveDown()
|
||||
{
|
||||
SenderBuffer.AddLine("ask:mv:dwn");
|
||||
}
|
||||
public void moveLeft()
|
||||
{
|
||||
SenderBuffer.AddLine("ask:mv:lft");
|
||||
}
|
||||
public void moveRight()
|
||||
{
|
||||
SenderBuffer.AddLine("ask:mv:rgt");
|
||||
}
|
||||
|
||||
public void RefreshGui()
|
||||
{
|
||||
Gui.PerformRefresh();
|
||||
|
||||
Reference in New Issue
Block a user