ControlHandler.IsCharPlusPressed C# (CSharp) Méthode

IsCharPlusPressed() public static méthode

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