Beginnings of textfield widget
This commit is contained in:
@@ -492,7 +492,10 @@ namespace OpenRA
|
||||
|
||||
public static void HandleKeyPress(KeyPressEventArgs e, Modifiers modifiers)
|
||||
{
|
||||
int sync = world.SyncHash();
|
||||
int sync = world.SyncHash();
|
||||
|
||||
if (chrome.HandleKeyPress(e, modifiers))
|
||||
return;
|
||||
|
||||
if (e.KeyChar == '\r')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user