コード例 #1
0
 /// <summary>
 /// M_Keydown
 /// </summary>
 public void KeyDown(Int32 key)
 {
     CurrentMenu?.KeyEvent(key);
 }