5 lines
No EOL
143 B
C#
5 lines
No EOL
143 B
C#
namespace Domain.Input {
|
|
public class CedillaReader : InputReader {
|
|
protected override int Key { get; } = 0xBF; //VK_OEM_2 | cedilla
|
|
}
|
|
} |