Binarysharp.MemoryManagement.Native.Input.Input C# (CSharp) Method

Input() public method

Constructor that specifies a type.
public Input ( InputTypes type ) : System
type InputTypes The type if the input event.
return System
        public Input(InputTypes type)
            : this()
        {
            Type = type;
        }
Input