feat: accent obert A
This commit is contained in:
parent
63d0524d3c
commit
3e31ecc943
5 changed files with 17 additions and 3 deletions
8
Assets/Scripts/Domain/Input/AObertaReader.cs
Normal file
8
Assets/Scripts/Domain/Input/AObertaReader.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Domain.Input {
|
||||
public class AObertaReader : SequentialInputReader {
|
||||
public AObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x41 }) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue