コード例 #1
0
 /// <summary>
 /// Returns true if the specific key is currently pressed.
 /// </summary>
 /// <returns></returns>
 public bool IsKeyDown(Keys key)
 {
     return(NewState.IsKeyDown(key));
 }