Exemple #1
0
 public static bool InputLeftPressed()
 {
     return(KeyboardHelper.InputPressed(KeyboardHelper.InputLeftStatus));
 }
Exemple #2
0
 public static bool InputRButtonPressed()
 {
     return(KeyboardHelper.InputPressed(KeyboardHelper.InputRButtonStatus));
 }
Exemple #3
0
 public static bool InputCancelPressed()
 {
     return(KeyboardHelper.InputPressed(KeyboardHelper.InputCancelStatus) || MouseHelper.InputRightButtonPressed());
 }
Exemple #4
0
 public static bool InputCommand2Pressed()
 {
     return(KeyboardHelper.InputPressed(KeyboardHelper.InputCommand2Status));
 }
Exemple #5
0
 public static bool InputConfirmPressed()
 {
     return(KeyboardHelper.InputPressed(KeyboardHelper.InputConfirmStatus) || MouseHelper.InputLeftButtonPressed());
 }