SunsetHigh.KeyboardManager.getKeyControl C# (CSharp) Метод

getKeyControl() публичный статический Метод

Returns the current Key mapped to this KeyInputType
public static getKeyControl ( KeyInputType inputType ) : Keys
inputType KeyInputType
Результат Keys
        public static Keys getKeyControl(KeyInputType inputType)
        {
            nullCheck();
            return keyTypes[(int)inputType];
        }