ControlHandler.IsCancelPressed C# (CSharp) Méthode

IsCancelPressed() public static méthode

public static IsCancelPressed ( ) : bool
Résultat bool
    public static bool IsCancelPressed()
    {
        return ControlHandler.IsPressed(DataHolder.GameSettings().cancelKey);
    }