#import <Foundation/Foundation.h>
Go to the source code of this file.
|
typedef | NS_ENUM (NSInteger, FlutterTextInputAction) |
|
typedef | NS_ENUM (NSInteger, FlutterFloatingCursorDragState) |
|
◆ NS_ENUM() [1/2]
typedef NS_ENUM |
( |
NSInteger |
, |
|
|
FlutterFloatingCursorDragState |
|
|
) |
| |
Definition at line 27 of file FlutterTextInputDelegate.h.
28 FlutterFloatingCursorDragStateStart,
29 FlutterFloatingCursorDragStateUpdate,
30 FlutterFloatingCursorDragStateEnd,
◆ NS_ENUM() [2/2]
typedef NS_ENUM |
( |
NSInteger |
, |
|
|
FlutterTextInputAction |
|
|
) |
| |
Definition at line 13 of file FlutterTextInputDelegate.h.
14 FlutterTextInputActionUnspecified,
15 FlutterTextInputActionDone,
16 FlutterTextInputActionGo,
17 FlutterTextInputActionSend,
18 FlutterTextInputActionSearch,
19 FlutterTextInputActionNext,
20 FlutterTextInputActionContinue,
21 FlutterTextInputActionJoin,
22 FlutterTextInputActionRoute,
23 FlutterTextInputActionEmergencyCall,
24 FlutterTextInputActionNewline,