Instance Methods | |
| (nonnull instancetype) | - initWithEvent:callback:userData: |
| (BOOL) | - hasCallback |
| (void) | - respond: |
Properties | |
| FlutterKeyEvent * | data |
| FlutterKeyEventCallback | callback |
| _VoidPtr | userData |
Definition at line 14 of file FlutterEmbedderKeyResponderTest.mm.
| - (BOOL) hasCallback |
Definition at line 42 of file FlutterEmbedderKeyResponderTest.mm.
Referenced by flutter::testing::TEST().
| - (instancetype) initWithEvent: | (const FlutterKeyEvent*) | event | |
| callback: | (nullable FlutterKeyEventCallback) | callback | |
| userData: | (nullable _VoidPtr) | userData | |
Definition at line 26 of file FlutterEmbedderKeyResponderTest.mm.
| - (void) respond: | (BOOL) | handled |
Definition at line 46 of file FlutterEmbedderKeyResponderTest.mm.
|
readwritenonatomicassign |
Definition at line 16 of file FlutterEmbedderKeyResponderTest.mm.
Referenced by initWithEvent:callback:userData:.
|
readwritenonatomicassign |
Definition at line 15 of file FlutterEmbedderKeyResponderTest.mm.
Referenced by flutter::testing::TEST().
|
readwritenonatomicassign |
Definition at line 17 of file FlutterEmbedderKeyResponderTest.mm.
Referenced by initWithEvent:callback:userData:.