Interface NativeKeyboardLayout

interface NativeKeyboardLayout {
    info: IKeyboardLayoutInfo;
    mapping: IKeyboardMapping;
}

Properties

Properties