#import <FlutterKeyboardLayout.h>
Instance Methods | |
(flutter::LayoutClue) | - lookUpLayoutForKeyCode:shift: |
Properties | |
id< FlutterKeyboardLayoutDelegate > | delegate |
A class that allows querying the printable result of a key with a modifier state according to the current keyboard layout. It also provides a delegate protocol for clients interested in listening to keyboard layout changes.
Definition at line 50 of file FlutterKeyboardLayout.h.
- (LayoutClue) FlutterKeyboardLayout: | (uint16_t) | keyCode | |
shift: | (BOOL) | shift | |
Querying the printable result of a key under the given modifier state.
Definition at line 75 of file FlutterKeyboardLayout.mm.
|
readwritenonatomicweak |
Definition at line 52 of file FlutterKeyboardLayout.h.