ControlHandler.IsAcceptPressed C# (CSharp) Méthode

IsAcceptPressed() public static méthode

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