ControlHandler.IsAcceptPressed C# (CSharp) 메소드

IsAcceptPressed() 공개 정적인 메소드

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