Beginnings of textfield widget

This commit is contained in:
Paul Chote
2010-07-10 16:47:00 +12:00
parent 19f74e1d3e
commit faf5e7bbf1
6 changed files with 146 additions and 3 deletions

View File

@@ -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')
{