ControlHandler.IsCharMinusPressed C# (CSharp) Méthode

IsCharMinusPressed() public static méthode

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