GameHandler.IsControlType C# (CSharp) Method

IsControlType() public static method

public static IsControlType ( ControlType ct ) : bool
ct ControlType
return bool
    public static bool IsControlType(ControlType ct)
    {
        return GameHandler.Instance().currentControl.Equals(ct);
    }
GameHandler