コード例 #1
0
 public virtual void Key(KeyEventArgs K, bool Down)
 {
     UI.OnKey(K.Code, K.Control, K.Shift, K.Alt, K.System, Down);
 }