Important:
NSInputServer is deprecated in Mac OS X v10.6 and later. To create input methods, use the Input Method Kit, described in Input Method Kit Framework Reference. For information about text input in Cocoa, see NSTextInputContext Class Reference.
A method identified as deprecated has been superseded and may become unsupported in the future.
Initializes an input server with optional delegate and with name. (Deprecated in Mac OS X v10.6.)
- (id)initWithDelegate:(id)delegate name:(NSString *)name
The given name identifies this service in the IPC mechanism so that NSInputManager can find it. If delegate is nil, then the methods in this class must be overridden in a subclass. If delegate is non-nil, then all methods forward to the delegate, which must implement theNSInputServiceProvider protocol and which may need to implement the NSInputServerMouseTracker protocol.
NSInputServer.hLast updated: 2008-10-20