GameHandler.IsControlNone C# (CSharp) Method

IsControlNone() public static method

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