refactor: made the input reader expandable
This commit is contained in:
parent
12304c6bb4
commit
59a3d96b5b
10 changed files with 72 additions and 24 deletions
5
Assets/Scripts/Domain/Input/CedillaReader.cs
Normal file
5
Assets/Scripts/Domain/Input/CedillaReader.cs
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace Domain.Input {
|
||||
public class CedillaReader : InputReader {
|
||||
protected override int Key { get; } = 0xBF; //VK_OEM_2 | cedilla
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue