ControlHandler.IsAcceptPressed C# (CSharp) Method

IsAcceptPressed() public static method

public static IsAcceptPressed ( ) : bool
return bool
    public static bool IsAcceptPressed()
    {
        return ControlHandler.IsPressed(DataHolder.GameSettings().acceptKey);
    }