Flutter macOS Embedder
<FlutterKeyboardLayoutDelegate> Protocol Reference

#import <FlutterKeyboardLayout.h>

Instance Methods

(void) - keyboardLayoutDidChange
 

Detailed Description

A delegate protocol for FlutterKeyboardLayout. Implemented by FlutterKeyboardManager.

Definition at line 33 of file FlutterKeyboardLayout.h.

Method Documentation

◆ keyboardLayoutDidChange

- (void) keyboardLayoutDidChange

Called when the active keyboard input source changes.

Input sources may be simple keyboard layouts, or more complex input methods involving an IME, such as Chinese, Japanese, and Korean.


The documentation for this protocol was generated from the following file: