CursorPositionEvent

class CursorPositionEvent(val row: Int, val column: Int) : Event

Constructors

Link copied to clipboard
constructor(row: Int, column: Int)

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
val row: Int