9 lines
No EOL
273 B
C#
9 lines
No EOL
273 B
C#
using System.Collections.Generic;
|
|
using System.Linq;
|
|
|
|
namespace Domain.Input {
|
|
public class UDieresiReader : InputReader {
|
|
public UDieresiReader(KeyHistory history) : base(history, new List<int> { VKeyCode.AccentClosed, VKeyCode.U },
|
|
VKeyCode.Shift, true) { }
|
|
}
|
|
} |