#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 29 of file FlutterTextInputDelegate.h.
31 FlutterFloatingCursorDragStateStart,
32 FlutterFloatingCursorDragStateUpdate,
33 FlutterFloatingCursorDragStateEnd,
◆ NS_ENUM() [2/2]
typedef NS_ENUM |
( |
NSInteger |
, |
|
|
FlutterTextInputAction |
|
|
) |
| |
Definition at line 13 of file FlutterTextInputDelegate.h.
15 FlutterTextInputActionUnspecified,
16 FlutterTextInputActionDone,
17 FlutterTextInputActionGo,
18 FlutterTextInputActionSend,
19 FlutterTextInputActionSearch,
20 FlutterTextInputActionNext,
21 FlutterTextInputActionContinue,
22 FlutterTextInputActionJoin,
23 FlutterTextInputActionRoute,
24 FlutterTextInputActionEmergencyCall,
25 FlutterTextInputActionNewline,