Package org.hexworks.zircon.internal.component.impl.textedit.cursor

Types

Cursor
Link copied to clipboard
common
data class Cursor(rowIdx: Int, colIdx: Int)
Represents the position where a user edits a document.
MovementDirection
Link copied to clipboard
common
enum MovementDirection : Enum<MovementDirection>