com.jniwrapper.macosx.cocoa.nsinputserver
Interface NSInputServerMouseTrackerProtocol

All Known Implementing Classes:
NSInputServer

public interface NSInputServerMouseTrackerProtocol

This interface represents NSInputServerMouseTrackerProtocol protocol. See the protocol documentation at the Apple's site: NSInputServerMouseTrackerProtocol


Method Summary
 com.jniwrapper.Bool mouseDownOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseDownOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.
 com.jniwrapper.Bool mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseDraggedOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.
 void mouseUpOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseUpOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.
 

Method Detail

mouseDownOnCharacterIndex_atCoordinate_withModifier_client

public com.jniwrapper.Bool mouseDownOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex,
                                                                                      NSPoint thePoint,
                                                                                      com.jniwrapper.UInt theFlags,
                                                                                      Id sender)
This method represents the mouseDownOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.

Parameters:
theIndex -
thePoint -
theFlags -
sender -
Returns:
Bool

mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client

public com.jniwrapper.Bool mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex,
                                                                                         NSPoint thePoint,
                                                                                         com.jniwrapper.UInt theFlags,
                                                                                         Id sender)
This method represents the mouseDraggedOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.

Parameters:
theIndex -
thePoint -
theFlags -
sender -
Returns:
Bool

mouseUpOnCharacterIndex_atCoordinate_withModifier_client

public void mouseUpOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex,
                                                                     NSPoint thePoint,
                                                                     com.jniwrapper.UInt theFlags,
                                                                     Id sender)
This method represents the mouseUpOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.

Parameters:
theIndex -
thePoint -
theFlags -
sender -