InControl.InputControl.InputControl C# (CSharp) Method

InputControl() public method

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

Same methods

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