feat: special key reading
This commit is contained in:
parent
c475204437
commit
2a6f41713e
5 changed files with 144 additions and 8 deletions
|
@ -3,6 +3,6 @@ using System.Linq;
|
|||
|
||||
namespace Domain.Input {
|
||||
public class AObertaReader : SequentialInputReader {
|
||||
public AObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x41 }) { }
|
||||
public AObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x41 }, 0x10, false) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue