Roses/Assets/Scripts/Domain/Input/CedillaReader.cs
2024-04-14 18:50:25 +02:00

5 lines
No EOL
143 B
C#

namespace Domain.Input {
public class CedillaReader : InputReader {
protected override int Key { get; } = 0xBF; //VK_OEM_2 | cedilla
}
}