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