#import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterViewController.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterViewController_Internal.h"
#include <Carbon/Carbon.h>
#import <objc/message.h>
#include "flutter/common/constants.h"
#include "flutter/shell/platform/embedder/embedder.h"
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterChannels.h"
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h"
#import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyPrimaryResponder.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterKeyboardManager.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterRenderer.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterView.h"
Go to the source code of this file.
◆ OnKeyboardLayoutChanged()
static void OnKeyboardLayoutChanged |
( |
CFNotificationCenterRef |
center, |
|
|
void * |
observer, |
|
|
CFStringRef |
name, |
|
|
const void * |
object, |
|
|
CFDictionaryRef |
userInfo |
|
) |
| |
|
static |
NotificationCenter callback invoked on kTISNotifySelectedKeyboardInputSourceChanged events.
Definition at line 239 of file FlutterViewController.mm.
243 {
245 if (controller != nil) {
246 [controller onKeyboardLayoutChanged];
247 }
248}
◆ _bridge
◆ _controller
◆ _threadSynchronizer