clean up low-level keyboard input
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenRA.Widgets
|
||||
return true;
|
||||
}
|
||||
|
||||
public override bool HandleKeyPress(System.Windows.Forms.KeyPressEventArgs e, Modifiers modifiers)
|
||||
public override bool HandleKeyPress(KeyInput e)
|
||||
{
|
||||
// Only take input if we are focused
|
||||
if (!Focused)
|
||||
|
||||
Reference in New Issue
Block a user