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 46 of file FlutterViewControllerTest.mm.
|
protected |
Definition at line 47 of file FlutterViewControllerTest.mm.