문제

I'm curious with the method -showContextHelp: in NSResponder.

The documentation states:

Implemented by subclasses to invoke the help system, displaying information relevant to the receiver and its current state.

How and when is this method called? Can't seem to find anymore information on it.

도움이 되었습니까?

해결책

-showContextHelp: and related methods on NSResponder are no longer relevant because they were used to respond to Help key events on older Apple keyboards. The Help key no longer exists on any of Apple's keyboards as of 2007.

However, if you're still interested in understanding its purpose, Peter Hosey wrote a great article on NSResponder's help related functionality.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top