.
This commit is contained in:
@@ -163,6 +163,16 @@ public class WpfInputHandler : IInputHandler
|
||||
Key.Insert => (int)KeyboardButtonCode.Insert,
|
||||
Key.Home => (int)KeyboardButtonCode.Home,
|
||||
Key.End => (int)KeyboardButtonCode.End,
|
||||
Key.D0 => (int)KeyboardButtonCode.D0,
|
||||
Key.D1 => (int)KeyboardButtonCode.D1,
|
||||
Key.D2 => (int)KeyboardButtonCode.D2,
|
||||
Key.D3 => (int)KeyboardButtonCode.D3,
|
||||
Key.D4 => (int)KeyboardButtonCode.D4,
|
||||
Key.D5 => (int)KeyboardButtonCode.D5,
|
||||
Key.D6 => (int)KeyboardButtonCode.D6,
|
||||
Key.D7 => (int)KeyboardButtonCode.D7,
|
||||
Key.D8 => (int)KeyboardButtonCode.D8,
|
||||
Key.D9 => (int)KeyboardButtonCode.D9,
|
||||
_ => -1
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user