diff --git a/UI/MesenWindow.cs b/UI/MesenWindow.cs index 7d6624a1..bfadfe52 100644 --- a/UI/MesenWindow.cs +++ b/UI/MesenWindow.cs @@ -22,6 +22,7 @@ static MesenWindow() protected override void OnInitialized() { base.OnInitialized(); + Focusable = true; SetTextRenderingMode(this); }