ControlHandler.IsCharMinusPressed C# (CSharp) Method

IsCharMinusPressed() public static method

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