feat: l geminada working

This commit is contained in:
Gerard Gascón 2024-04-14 23:15:50 +02:00
parent 1869a92580
commit 30ca50fb35
15 changed files with 189 additions and 29 deletions

View file

@ -21,7 +21,7 @@ namespace View {
private void CheckInput() {
_customInput.UpdateInput();
if (_customInput.KeyDown(typeof(CedillaReader)))
if (_customInput.KeyDown(typeof(GeminadaReader)))
_click.Execute();
}