SunsetHigh.KeyModifierEntry.setKeyInputType C# (CSharp) 메소드

setKeyInputType() 공개 메소드

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