public interface NSInputServerMouseTrackerProtocol
NSInputServerMouseTrackerProtocol
protocol.
See the protocol documentation at the Apple's site: NSInputServerMouseTrackerProtocolModifier and Type | Method and Description |
---|---|
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. |
com.jniwrapper.Bool mouseDownOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
mouseDownOnCharacterIndex()
method of the NSInputServerMouseTrackerProtocol Objective-C protocol.theIndex
- thePoint
- theFlags
- sender
- com.jniwrapper.Bool mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
mouseDraggedOnCharacterIndex()
method of the NSInputServerMouseTrackerProtocol Objective-C protocol.theIndex
- thePoint
- theFlags
- sender
- void mouseUpOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
mouseUpOnCharacterIndex()
method of the NSInputServerMouseTrackerProtocol Objective-C protocol.theIndex
- thePoint
- theFlags
- sender
-