public KeyCharPacket(KeyCharInput input)
 {
     this.input = input;
 }
 public KeyCharPacket()
 {
     this.input = new KeyCharInput();
 }