Add KeyInput.IsRepeat.

This commit is contained in:
Paul Chote
2017-05-06 14:10:24 +01:00
parent 669cf01d80
commit fff2f097d0
2 changed files with 3 additions and 1 deletions

View File

@@ -69,5 +69,6 @@ namespace OpenRA
public Modifiers Modifiers;
public int MultiTapCount;
public char UnicodeChar;
public bool IsRepeat;
}
}