Binarysharp.MemoryManagement.Native.Input.Input C# (CSharp) Méthode

Input() public méthode

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