Beispiel #1
0
 public static bool IsShiftUp(this KeyboardState KeyState)
 {
     return(KeyState.IsShiftDown() == false);
 }