Example #1
0
 public KeyboardKeyEventArgs(KeyboardInput inputChannel, Key key, bool pressed) : base(inputChannel)
 {
     this.key     = key;
     this.pressed = pressed;
 }
		public KeyboardKeyEventArgs(KeyboardInput inputChannel, Key key, bool pressed) : base(inputChannel)
		{
			this.key = key;
			this.pressed = pressed;
		}