feat: other accents
This commit is contained in:
parent
c1a8b06f43
commit
c475204437
5 changed files with 25 additions and 2 deletions
8
Assets/Scripts/Domain/Input/OObertaReader.cs
Normal file
8
Assets/Scripts/Domain/Input/OObertaReader.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Domain.Input {
|
||||
public class OObertaReader : SequentialInputReader {
|
||||
public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue