GameHandler.GetControlType C# (CSharp) Method

GetControlType() public static method

public static GetControlType ( ) : ControlType
return ControlType
    public static ControlType GetControlType()
    {
        return GameHandler.Instance().currentControl;
    }
GameHandler