UniText LogoUniText/
Docsv3.3.0
ChangelogDiscordHome

Getting Started

  • Overview
  • Quick Start

API Reference

All Types
    • CUniTextSelectable
    • CUniTextContextMenu
    • CContextMenuItem
    • CUniTextSelectionHandles
    • CUniTextMagnifier
    • CActionContextMenuItem
    • CButtonContextMenuItem
    • ECaretAffinity
    • CCommandContextMenuItem
    • EContextMenuAction
    • SContextMenuCapabilities
    • CCopyContextMenuItem
    • CCutContextMenuItem
    • IIInsertionHandle
    • IIMagnifier
    • IISelectableEntity
    • IISelectionHandles
    • IITextContextMenu
    • IITouchHandles
    • CPasteContextMenuItem
    • CPrefabMagnifier
    • CPrefabSelectionHandles
    • CPrefabTextContextMenu
    • CSelectableEntity
    • CSelectAllContextMenuItem
    • SSelectionChangedArgs
    • CSelectionChangeReason
    • CSelectionChangingArgs
    • CSelectionHitTest
    • STextSelection
    • CToggleContextMenuItem
API Version: 3.3.0
Generated: 8/25/2026
Back to API Reference
DocsAPISelectionITouchHandles
Interface

ITouchHandles

abstract
Implements:ISelectableEntity

Touch handle entity assigned to a selectable. Implementations may provide selection handles, an insertion handle, or both through the corresponding capability interfaces.

Implementations(2)

Types that implement ITouchHandles.

I
IInsertionHandle
Insertion-handle capability on touch platforms: a single draggable handle under a collapsed caret that the user drags to reposition it, taps to raise the context menu, or releases to confirm placement. It is optional and independent of [[ISelectionHandles]]; one entity may implement either capability or both.
I
ISelectionHandles
Selection-handle capability on touch platforms: two draggable endpoints the user moves to adjust selection boundaries. The entity owns its presentation; the editable only drives it.
Back to API Reference