MonobjcMonobjc Documented Class Library
MouseMovedOnCharacterIndexCoordinateWithModifierClient Method (index, point, flags, sender)
NamespacesMonobjc.InputMethodKitIMKInputControllerMouseMovedOnCharacterIndexCoordinateWithModifierClient(NSUInteger, NSPoint, NSUInteger, Id)

Handles a mouse-moved event sent to an input method.

Original signature is '-(BOOL)mouseMovedOnCharacterIndex:(NSUInteger)index coordinate:(NSPoint)point withModifier:(NSUInteger)flags client:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool MouseMovedOnCharacterIndexCoordinateWithModifierClient(
	NSUInteger index,
	NSPoint point,
	NSUInteger flags,
	Id sender
)
Public Overridable Function MouseMovedOnCharacterIndexCoordinateWithModifierClient ( _
	index As NSUInteger, _
	point As NSPoint, _
	flags As NSUInteger, _
	sender As Id _
) As Boolean
public:
virtual bool MouseMovedOnCharacterIndexCoordinateWithModifierClient(
	NSUInteger index, 
	NSPoint point, 
	NSUInteger flags, 
	Id^ sender
)
Parameters
index (NSUInteger)
The index within the sender’s text storage where the mouse-moved event occurred.
point (NSPoint)
The point at which the mouse-moved event occurred.
flags (NSUInteger)
The modifier keys.
sender (Id)
The client object.
Return Value
YES if handled; otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.InputMethodKit (Module: Monobjc.InputMethodKit)