InControl.InputControl.InputControl C# (CSharp) Method

InputControl() public method

public InputControl ( string handle, InputControlType target ) : System
handle string
target InputControlType
return System
        public InputControl( string handle, InputControlType target )
        {
            Handle = handle;
            Target = target;
        }

Same methods

InputControl::InputControl ( string handle ) : System
InputControl::InputControl ( string handle, InputControlType target, int player ) : System