Protected Attributes | |
NSResponder * | _responder |
Responder wrapper that forwards key events to another responder. This is a necessary middle step for mocking responder because when setting the responder to controller AppKit will access ivars of the objects, which means it must extend NSResponder instead of just implementing the selectors.
Definition at line 49 of file FlutterViewControllerTest.mm.
|
protected |
Definition at line 50 of file FlutterViewControllerTest.mm.