Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Objective-C

Table of Contents

NSInputServerMouseTracker


Adopted by: NSInputServer
Declared in:
AppKit/NSInputServer.h



Protocol Description


Description forthcoming.



Instance Methods



mouseDownOnCharacterIndex:atCoordinate:withModifier:client:

- (BOOL)mouseDownOnCharacterIndex:(unsigned)index atCoordinate:(NSPoint)point withModifier:(unsigned int)flags client:(id)sender

Description forthcoming.

mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:

- (BOOL)mouseDraggedOnCharacterIndex:(unsigned)index atCoordinate:(NSPoint)point withModifier:(unsigned int)flags client:(id)sender

Description forthcoming.

mouseUpOnCharacterIndex:atCoordinate:withModifier:client:

- (void)mouseUpOnCharacterIndex:(unsigned)index atCoordinate:(NSPoint)point withModifier:(unsigned int)flags client:(id)sender

Description forthcoming.


Table of Contents