MonobjcMonobjc Documented Class Library
IMKLocationToOffsetMappingMode Enumeration
NamespacesMonobjc.InputMethodKitIMKLocationToOffsetMappingMode

List modes for mapping a screen location to a text offset.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum IMKLocationToOffsetMappingMode
Public Enumeration IMKLocationToOffsetMappingMode
public enum class IMKLocationToOffsetMappingMode
Members
MemberDescription
kIMKMouseTrackingMode

Mouse tracking mode. When tracking, a coordinate does not change the offset until the coordinate is completely past a given character.

Available in Mac OS X v10.5 and later.


kIMKNearestBoundaryMode

Nearest boundary mode. When trying to place an insertion point, a coordinate is mapped to the nearest character boundary.

Available in Mac OS X v10.5 and later.


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)