mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-terminal
/
com.jakewharton.mosaic.terminal
/
CursorPositionEvent
Cursor
Position
Event
class
CursorPositionEvent
(
val
row
:
Int
,
val
column
:
Int
)
:
Event
Members
Constructors
Cursor
Position
Event
Link copied to clipboard
constructor
(
row
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
val
column
:
Int
row
Link copied to clipboard
val
row
:
Int