MO_dumpKeyLoops: |
- ( IBAction ) MO_dumpKeyLoops: (id ) sender;
Logs the key loops of the key and main windows, starting from their initialFirstResponders. This can be wired to a debug menu command. It just calls the function MODumpKeyLoops().
- sender
- The sender, unused.
MO_dumpResponderChain: |
- ( IBAction ) MO_dumpResponderChain: (id ) sender;
Logs the responder chains of the key and main windows, starting from their firstResponders. This can be wired to a debug menu command. It just calls the function MODumpResponderChain().
- sender
- The sender, unused.
(Last Updated 3/20/2005)