SunsetHigh.KeyModifierEntry.setKeyInputType C# (CSharp) Method

setKeyInputType() public method

public setKeyInputType ( KeyInputType inputType ) : void
inputType KeyInputType
return void
        public void setKeyInputType(KeyInputType inputType)
        {
            this.inputType = inputType;
        }