Fokus wird auf Map gelegt, wenn in Chatfenster ESC-Gedrückt wird
This commit is contained in:
@@ -24,6 +24,11 @@ namespace WorldOfPeacecraft
|
||||
Backend = backend;
|
||||
}
|
||||
|
||||
public void FocusMap ()
|
||||
{
|
||||
MapPanel.Focus();
|
||||
}
|
||||
|
||||
protected override void OnLoad (EventArgs e)
|
||||
{
|
||||
base.OnLoad (e);
|
||||
|
||||
Reference in New Issue
Block a user