示例#1
0
 public static bool IsCtrlUp(this Microsoft.Xna.Framework.Input.KeyboardState KeyState)
 {
     return(KeyState.IsCtrlDown() == false);
 }