ControlHandler.IsCancelPressed C# (CSharp) Method

IsCancelPressed() public static method

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