Added: A PasswordField widget (based on the TextField widget)

This commit is contained in:
geckosoft
2010-11-04 07:20:07 +01:00
committed by Chris Forbes
parent 56675a61f5
commit f793f4548b
3 changed files with 64 additions and 2 deletions

View File

@@ -96,8 +96,8 @@ namespace OpenRA.Widgets
}
}
int blinkCycle = 10;
bool showCursor = true;
protected int blinkCycle = 10;
protected bool showCursor = true;
public override void Tick()
{
if (--blinkCycle <= 0)