feat: most sequential characters working
This commit is contained in:
parent
77ee7a844e
commit
61c18429a2
20 changed files with 140 additions and 55 deletions
|
@ -26,6 +26,20 @@ namespace View {
|
|||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(CedillaReader)))
|
||||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(IxReader)))
|
||||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(LlReader)))
|
||||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(NyReader)))
|
||||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(SsReader)))
|
||||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(TgReader)))
|
||||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(TjReader)))
|
||||
_click.Execute();
|
||||
if (_customInput.KeyDown(typeof(TxReader)))
|
||||
_click.Execute();
|
||||
}
|
||||
|
||||
public void UpdateView(int score) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue