We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45ecb9 commit 805dc6aCopy full SHA for 805dc6a
Intersect.Client.Core/Core/Input.cs
@@ -124,6 +124,8 @@ public static void OnKeyPressed(Keys modifier, Keys key)
124
return;
125
}
126
127
+ var gameUi = Interface.Interface.GameUi;
128
+
129
// First try and unfocus chat then close all UI elements, then untarget our target.. and THEN open the escape menu.
130
// Most games do this, why not this?
131
if (gameUi.ChatFocussed)
0 commit comments