feat: multiple keys can add
This commit is contained in:
parent
30ca50fb35
commit
77ee7a844e
1 changed files with 3 additions and 0 deletions
|
@ -21,8 +21,11 @@ namespace View {
|
||||||
|
|
||||||
private void CheckInput() {
|
private void CheckInput() {
|
||||||
_customInput.UpdateInput();
|
_customInput.UpdateInput();
|
||||||
|
|
||||||
if (_customInput.KeyDown(typeof(GeminadaReader)))
|
if (_customInput.KeyDown(typeof(GeminadaReader)))
|
||||||
_click.Execute();
|
_click.Execute();
|
||||||
|
if (_customInput.KeyDown(typeof(CedillaReader)))
|
||||||
|
_click.Execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateView(int score) {
|
public void UpdateView(int score) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue