mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[macOS] Document onKeyboardLayoutChanged (flutter/engine#33663)
Replaces a TODO with documentation. No tests changed, since this change simply adds a missing doc comment.
This commit is contained in:
parent
e6b4bfb4fb
commit
2b84fdf8cb
@ -220,7 +220,12 @@ NSData* currentKeyboardLayoutData() {
|
||||
*/
|
||||
- (void)dispatchMouseEvent:(nonnull NSEvent*)event phase:(FlutterPointerPhase)phase;
|
||||
|
||||
// TODO
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
- (void)onKeyboardLayoutChanged;
|
||||
|
||||
@end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user