SunsetHigh.KeyModifierEntry.KeyModifierEntry C# (CSharp) Method

KeyModifierEntry() public method

public KeyModifierEntry ( string name, KeyConfigPanel owner, KeyInputType inputType ) : System
name string
owner KeyConfigPanel
inputType KeyInputType
return System
        public KeyModifierEntry(string name, KeyConfigPanel owner, KeyInputType inputType)
            : base(name, 0, 0)
        {
            this.owner = owner;
            this.inputType = inputType;
        }