Added: A PasswordField widget (based on the TextField widget)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user